made some tests green

This commit is contained in:
Araq
2013-02-08 00:07:32 +01:00
parent 4ee9816a78
commit 5a31bc8274
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
discard """
file: "trecincb.nim"
file: "tests/reject/trecincb.nim"
line: 9
errormsg: "recursive dependency: 'trecincb.nim'"
"""

View File

@@ -1,7 +1,7 @@
discard """
file: "trecincb.nim"
line: 9
errormsg: "recursive dependency: 'trecincb.nim'"
errormsg: "recursive dependency: 'tests/reject/trecincb.nim'"
"""
# Test recursive includes

View File

@@ -18,6 +18,8 @@ Library Additions
- Added ``system.onRaise`` to support a condition system.
- Added ``macros.quote`` for AST quasi-quoting.
- Added ``system.unsafeNew`` to support hacky variable length objects.
- There is a new experimental mark&sweep GC which can be faster than the
default GC. Enable with ``--gc:markAndSweep``.
Changes affecting backwards compatibility