From 5db25d79b8f2aeaed38e890bce5221cc4e35b77d Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 16 Jun 2017 14:05:25 +0200 Subject: str_packsize: fixed malformed luaL_argcheck --- tests/test-suite/inprogress/tpack.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test-suite/inprogress/tpack.js b/tests/test-suite/inprogress/tpack.js index 0a6cc56..64f0cc9 100644 --- a/tests/test-suite/inprogress/tpack.js +++ b/tests/test-suite/inprogress/tpack.js @@ -365,8 +365,9 @@ test("[test-suite] tpack: overflow in packing", function (t) { local umax = (1 << (i * 8)) - 1 local max = umax >> 1 local min = ~max - checkerror("overflow", pack, "I" .. i, umax + 1) checkerror("overflow", pack, ">i" .. i, umax) -- cgit v1.2.3-54-g00ecf