diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 02d3760..b7b50d2 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -221,7 +221,7 @@ local locale_tests = { | |||
221 | end | 221 | end |
222 | } | 222 | } |
223 | 223 | ||
224 | print(string.format("Testing CJSON v%s\n", cjson.version)) | 224 | print(string.format("Testing Lua CJSON version %s\n", cjson.version)) |
225 | 225 | ||
226 | run_test_group("decode simple value", decode_simple_tests) | 226 | run_test_group("decode simple value", decode_simple_tests) |
227 | run_test_group("encode simple value", encode_simple_tests) | 227 | run_test_group("encode simple value", encode_simple_tests) |