aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 19fc1af..152579e 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -69,7 +69,7 @@ function load_testdata()
69 69
70 local big = {} 70 local big = {}
71 for i = 1, 1100 do 71 for i = 1, 1100 do
72 big = { { 10, false, true, cjson.null }, "string", a = big } 72 big = { { 10, false, true, json.null }, "string", a = big }
73 end 73 end
74 data.deeply_nested_data = big 74 data.deeply_nested_data = big
75 75