diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-12-29 13:36:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 13:36:03 +0800 |
commit | d8a5cf422722698cb3c871653a02ca4bd995fd79 (patch) | |
tree | bd22254694c17ebbda7b8bc3687005c3f5e2b019 | |
parent | 15c7b76c66cddfbf7465200476d7175e059d3102 (diff) | |
download | Nim-d8a5cf422722698cb3c871653a02ca4bd995fd79.tar.gz |
fixes a typo in the test (#23140)
-rw-r--r-- | tests/metatype/tmetatype_various.nim | 2 |
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]]''' """ |