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, 0 insertions, 6 deletions
diff --git a/tests/stdlib/tquit.nim b/tests/stdlib/tquit.nim
deleted file mode 100644
index d18b468c8..000000000
--- a/tests/stdlib/tquit.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# Test the new beforeQuit variable:
-
-proc myExit() {.noconv.} =
-  write(stdout, "just exiting...\n")
-
-addQuitProc(myExit)