aboutsummaryrefslogtreecommitdiff
path: root/test/test-suite/tpack.test.js
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-04-14 15:03:54 +1000
committerdaurnimator <quae@daurnimator.com>2018-04-15 18:40:20 +1000
commite9986b9189e2358f9c1a005412a792b7795643d2 (patch)
treeea6b8798705d4882b3de0ab52ace9c7f271d4a8b /test/test-suite/tpack.test.js
parent65d022bf3d7330a3d8dc69c08e07a81f25b8ba4b (diff)
downloadfengari-e9986b9189e2358f9c1a005412a792b7795643d2.tar.gz
fengari-e9986b9189e2358f9c1a005412a792b7795643d2.tar.bz2
fengari-e9986b9189e2358f9c1a005412a792b7795643d2.zip
test/test-suite: Remove print calls
Diffstat (limited to 'test/test-suite/tpack.test.js')
-rw-r--r--test/test-suite/tpack.test.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test-suite/tpack.test.js b/test/test-suite/tpack.test.js
index 132956e..3b97d3a 100644
--- a/test/test-suite/tpack.test.js
+++ b/test/test-suite/tpack.test.js
@@ -38,14 +38,14 @@ test("[test-suite] tpack: maximum size for integers", () => {
assert(1 <= sizeshort and sizeshort <= sizeint and sizeint <= sizelong and
sizefloat <= sizedouble)
- print("platform:")
- print(string.format(
- "\\tshort %d, int %d, long %d, size_t %d, float %d, double %d,\\n\\z
- \\tlua Integer %d, lua Number %d",
- sizeshort, sizeint, sizelong, sizesize_t, sizefloat, sizedouble,
- sizeLI, sizenumber))
- print("\\t" .. (little and "little" or "big") .. " endian")
- print("\\talignment: " .. align)
+ -- print("platform:")
+ -- print(string.format(
+ -- "\\tshort %d, int %d, long %d, size_t %d, float %d, double %d,\\n\\z
+ -- \\tlua Integer %d, lua Number %d",
+ -- sizeshort, sizeint, sizelong, sizesize_t, sizefloat, sizedouble,
+ -- sizeLI, sizenumber))
+ -- print("\\t" .. (little and "little" or "big") .. " endian")
+ -- print("\\talignment: " .. align)
`;
lualib.luaL_openlibs(L);
if (lauxlib.luaL_loadstring(L, to_luastring(prefix + luaCode)) === lua.LUA_ERRSYNTAX)