summary refs log tree commit diff stats
path: root/tests/stdlib/tstrscans.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-21 21:37:58 +0800
committerGitHub <noreply@github.com>2023-04-21 15:37:58 +0200
commit4fa86422c057ae0615a6f06a6fd0a538e1bce029 (patch)
tree4cbf62d4563e43d1fbb071c78672bd6e6f805006 /tests/stdlib/tstrscans.nim
parent48de0d0cf47131bd7e096418563463b80d43994d (diff)
downloadNim-4fa86422c057ae0615a6f06a6fd0a538e1bce029.tar.gz
stdlib tests now check refc too (#21664)
* stdlib tests now check refc too

* typo

* fixes line numbers

* disable cpp

* do not touch
Diffstat (limited to 'tests/stdlib/tstrscans.nim')
-rw-r--r--tests/stdlib/tstrscans.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tstrscans.nim b/tests/stdlib/tstrscans.nim
index e30c86279..ae7fd98ca 100644
--- a/tests/stdlib/tstrscans.nim
+++ b/tests/stdlib/tstrscans.nim
@@ -1,5 +1,5 @@
 discard """
-  output: ""
+  matrix: "--mm:refc; --mm:orc"
 """
 
 import std/[strscans, strutils, assertions]