summary refs log tree commit diff stats
path: root/tests/stdlib/tquit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tquit.nim')
-rw-r--r--tests/stdlib/tquit.nim6
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.} =