aboutsummaryrefslogtreecommitdiff
path: root/tests/atexit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atexit.lua')
-rw-r--r--tests/atexit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atexit.lua b/tests/atexit.lua
index ba10d3b..744b705 100644
--- a/tests/atexit.lua
+++ b/tests/atexit.lua
@@ -11,7 +11,7 @@ end
11local g = function() 11local g = function()
12 local cancelled 12 local cancelled
13 repeat 13 repeat
14 cancelled = cancel_test() 14 cancelled = cancel_test(true)
15 until cancelled 15 until cancelled
16 print "User cancellation detected!" 16 print "User cancellation detected!"
17end 17end