summary refs log tree commit diff stats
path: root/tests/iter/tcountup.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-29 16:07:51 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:21 +0100
commit1105d0364401226a2d7d479bd89d77a9da9ed787 (patch)
tree559160c7497208ca53fb05fc5e97ae03e12e4187 /tests/iter/tcountup.nim
parentca394ebd9514edd6e5f5e5c3d3145aa868744647 (diff)
downloadNim-1105d0364401226a2d7d479bd89d77a9da9ed787.tar.gz
require errormsg to be specified before file.
Diffstat (limited to 'tests/iter/tcountup.nim')
-rw-r--r--tests/iter/tcountup.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/iter/tcountup.nim b/tests/iter/tcountup.nim
index 1559041aa..83d800c82 100644
--- a/tests/iter/tcountup.nim
+++ b/tests/iter/tcountup.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "tcountup.nim"
   output: "0123456789"
 """
 
@@ -9,6 +8,3 @@ for i in 0 .. < 10'i64:
   stdout.write(i)
 
 #OUT 0123456789
-
-
-