diff options
author | Araq <rumpf_a@web.de> | 2011-04-11 00:25:24 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-11 00:25:24 +0200 |
commit | fc6cc79273f75983e57c43c2a19016e5881ee2b7 (patch) | |
tree | bf114b3c33683250359005d64c325b150f8989c7 /tests/reject/trecinca.nim | |
parent | c96aaecfb439cda648e780e0686b02c5f99e0c60 (diff) | |
download | Nim-fc6cc79273f75983e57c43c2a19016e5881ee2b7.tar.gz |
some tests cleaned up; some bugfixes
Diffstat (limited to 'tests/reject/trecinca.nim')
-rwxr-xr-x | tests/reject/trecinca.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reject/trecinca.nim b/tests/reject/trecinca.nim index a567c84db..ec5c50be0 100755 --- a/tests/reject/trecinca.nim +++ b/tests/reject/trecinca.nim @@ -1,6 +1,6 @@ discard """ - file: "trecinca.nim" - line: 8 + file: "trecincb.nim" + line: 9 errormsg: "recursive dependency: \'tests/reject/trecincb.nim\'" """ # Test recursive includes |