summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-12-29 13:36:03 +0800
committerGitHub <noreply@github.com>2023-12-29 13:36:03 +0800
commitd8a5cf422722698cb3c871653a02ca4bd995fd79 (patch)
treebd22254694c17ebbda7b8bc3687005c3f5e2b019
parent15c7b76c66cddfbf7465200476d7175e059d3102 (diff)
downloadNim-d8a5cf422722698cb3c871653a02ca4bd995fd79.tar.gz
fixes a typo in the test (#23140)
-rw-r--r--tests/metatype/tmetatype_various.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/metatype/tmetatype_various.nim b/tests/metatype/tmetatype_various.nim
index be70f37a7..30169aa1e 100644
--- a/tests/metatype/tmetatype_various.nim
+++ b/tests/metatype/tmetatype_various.nim
@@ -1,5 +1,5 @@
 discard """
-  matrix: "--mm:refc; --mm:refc"
+  matrix: "--mm:refc; --mm:orc"
   output: '''[1, 0, 0, 0, 0, 0, 0, 0] CTBool[Ct[system.uint32]]'''
 """