diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2016-09-30 10:39:57 +0200 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2016-09-30 10:39:57 +0200 |
commit | 7f25db2dd1dfbcb22b0a432efd56b522272eeede (patch) | |
tree | ca9de2200a9846aa2e6e370465c4727a9de22597 /tests/osproc/tfalse.nim | |
parent | 8d85809d626e7445889c9f398682147cc5544950 (diff) | |
download | Nim-7f25db2dd1dfbcb22b0a432efd56b522272eeede.tar.gz |
rename tfalse.nim to tafalse.nim
Diffstat (limited to 'tests/osproc/tfalse.nim')
-rw-r--r-- | tests/osproc/tfalse.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/osproc/tfalse.nim b/tests/osproc/tfalse.nim deleted file mode 100644 index a2c5e259d..000000000 --- a/tests/osproc/tfalse.nim +++ /dev/null @@ -1,2 +0,0 @@ -import system -quit(QuitFailure) |