summary refs log tree commit diff stats
path: root/tests/osproc/tafalse.nim
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2016-09-30 10:39:57 +0200
committerJohannes Hofmann <johannes.hofmann@gmx.de>2016-09-30 10:39:57 +0200
commit7f25db2dd1dfbcb22b0a432efd56b522272eeede (patch)
treeca9de2200a9846aa2e6e370465c4727a9de22597 /tests/osproc/tafalse.nim
parent8d85809d626e7445889c9f398682147cc5544950 (diff)
downloadNim-7f25db2dd1dfbcb22b0a432efd56b522272eeede.tar.gz
rename tfalse.nim to tafalse.nim
Diffstat (limited to 'tests/osproc/tafalse.nim')
-rw-r--r--tests/osproc/tafalse.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/osproc/tafalse.nim b/tests/osproc/tafalse.nim
new file mode 100644
index 000000000..24fd4fb2e
--- /dev/null
+++ b/tests/osproc/tafalse.nim
@@ -0,0 +1,3 @@
+# 'tafalse.nim' to ensure it is compiled before texitcode.nim
+import system
+quit(QuitFailure)