aboutsummaryrefslogtreecommitdiff
path: root/test/test-suite/api.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/api.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/api.test.js')
-rw-r--r--test/test-suite/api.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-suite/api.test.js b/test/test-suite/api.test.js
index 152ddcf..5a5e10e 100644
--- a/test/test-suite/api.test.js
+++ b/test/test-suite/api.test.js
@@ -686,7 +686,7 @@ test("[test-suite] api: test errors in non protected threads", () => {
if not _soft then
checkerrnopro("pushnum 3; call 0 0", "attempt to call")
- print"testing stack overflow in unprotected thread"
+ -- print"testing stack overflow in unprotected thread"
function f () f() end
checkerrnopro("getglobal 'f'; call 0 0;", "stack overflow")
end