diff options
Diffstat (limited to 'tests/single.lua')
-rw-r--r-- | tests/single.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/single.lua b/tests/single.lua index f5f63f3..127a708 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) |