aboutsummaryrefslogtreecommitdiff
path: root/tests/single.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/single.lua')
-rw-r--r--tests/single.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/single.lua b/tests/single.lua
index 127a708..f5f63f3 100644
--- a/tests/single.lua
+++ b/tests/single.lua
@@ -177,7 +177,7 @@ do
local nv = load("return " .. s)()
assert(v == nv and math.type(v) == math.type(nv))
end
- -- checkQ("\0\0\1\255\u{234}")
+ checkQ("\0\0\1\255\u{234}")
checkQ(math.maxinteger)
checkQ(math.mininteger)
checkQ(math.pi)