summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtests/reject/trecinca.nim2
-rwxr-xr-xtests/reject/trecincb.nim2
-rwxr-xr-xweb/news.txt2
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/reject/trecinca.nim b/tests/reject/trecinca.nim
index cf2f7df0c..bedea8d7e 100755
--- a/tests/reject/trecinca.nim
+++ b/tests/reject/trecinca.nim
@@ -1,5 +1,5 @@
 discard """
-  file: "trecincb.nim"
+  file: "tests/reject/trecincb.nim"
   line: 9
   errormsg: "recursive dependency: 'trecincb.nim'"
 """
diff --git a/tests/reject/trecincb.nim b/tests/reject/trecincb.nim
index eb0f72db0..9dd7d51de 100755
--- a/tests/reject/trecincb.nim
+++ b/tests/reject/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
 
diff --git a/web/news.txt b/web/news.txt
index e4e9108e0..4dba38261 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -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