summary refs log tree commit diff stats
path: root/tests/stdlib/tnre.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tnre.nim')
-rw-r--r--tests/stdlib/tnre.nim23
1 files changed, 15 insertions, 8 deletions
diff --git a/tests/stdlib/tnre.nim b/tests/stdlib/tnre.nim
index 85792b81e..3b40e9e83 100644
--- a/tests/stdlib/tnre.nim
+++ b/tests/stdlib/tnre.nim
@@ -1,9 +1,16 @@
+discard """
+matrix: "--mm:refc; --mm:orc"
+# Since the tests for nre are all bundled together we treat failure in one test as an nre failure
+# When running 'testament/tester' a failed check() in the test suite will cause the exit
+# codes to differ and be reported as a failure
+"""
+
 import nre
-import nre.init
-import nre.captures
-import nre.find
-import nre.split
-import nre.match
-import nre.replace
-import nre.escape
-import nre.misc
+import nre/init
+import nre/captures
+import nre/find
+import nre/split
+import nre/match
+import nre/replace
+import nre/escape
+import nre/misc