diff options
Diffstat (limited to 'tests/reject/tmissingnl.nim')
-rw-r--r-- | tests/reject/tmissingnl.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/reject/tmissingnl.nim b/tests/reject/tmissingnl.nim deleted file mode 100644 index c2f97a807..000000000 --- a/tests/reject/tmissingnl.nim +++ /dev/null @@ -1,10 +0,0 @@ -discard """ - file: "tmissingnl.nim" - line: 7 - errormsg: "newline expected, but found 'keyword var'" -""" - -import strutils var s: seq[int] = @[0, 1, 2, 3, 4, 5, 6] - -#s[1..3] = @[] - |