mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
made some tests green
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
file: "trecincb.nim"
|
||||
file: "tests/reject/trecincb.nim"
|
||||
line: 9
|
||||
errormsg: "recursive dependency: 'trecincb.nim'"
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user