diff options
Diffstat (limited to 'tests/stdlib/tquit.nim')
-rw-r--r-- | tests/stdlib/tquit.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/stdlib/tquit.nim b/tests/stdlib/tquit.nim index d18b468c8..4f8d5fb20 100644 --- a/tests/stdlib/tquit.nim +++ b/tests/stdlib/tquit.nim @@ -1,3 +1,9 @@ +discard """ +output: ''' +just exiting... +''' +""" + # Test the new beforeQuit variable: proc myExit() {.noconv.} = |