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 8c50b02..ac6419a 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -92,7 +92,7 @@ local cjson_tests = { | |||
92 | -- Test API variables | 92 | -- Test API variables |
93 | { "Check module name, version", | 93 | { "Check module name, version", |
94 | function () return json._NAME, json._VERSION end, { }, | 94 | function () return json._NAME, json._VERSION end, { }, |
95 | true, { "cjson", "1.1devel" } }, | 95 | true, { "cjson", "2.0devel" } }, |
96 | 96 | ||
97 | -- Test decoding simple types | 97 | -- Test decoding simple types |
98 | { "Decode string", | 98 | { "Decode string", |