aboutsummaryrefslogtreecommitdiff
path: root/test/test-suite/api.test.js
diff options
context:
space:
mode:
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