diff options
author | Araq <rumpf_a@web.de> | 2015-09-30 21:04:21 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-30 21:13:13 +0200 |
commit | 5a003532d0660a962a978ee6763dd9b3a5425ab8 (patch) | |
tree | 32f7b2e61d5dbe41af9479bfc96cc021c38379a9 /tests/vm/twrongconst.nim | |
parent | 1a63e630ae2c0dfa54bda79aa2d0dddbf67e2cc4 (diff) | |
download | Nim-5a003532d0660a962a978ee6763dd9b3a5425ab8.tar.gz |
fixes #2473; cleanup of some tests
Diffstat (limited to 'tests/vm/twrongconst.nim')
-rw-r--r-- | tests/vm/twrongconst.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/twrongconst.nim b/tests/vm/twrongconst.nim index 68ab2757c..424ed080e 100644 --- a/tests/vm/twrongconst.nim +++ b/tests/vm/twrongconst.nim @@ -1,6 +1,6 @@ discard """ errormsg: "cannot evaluate at compile time: x" - line: 9 + line: 7 """ var x: array[100, char] |