diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-02 12:44:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 06:44:10 +0200 |
commit | 81e7811e01b22518cb5e533cf75ed5dda0873415 (patch) | |
tree | 926a5970388cfb9b6d734f9bc2f7760a38aa6738 /tests/errmsgs/tsigmatch.nim | |
parent | 0769b160c5e1e3f17a87c4a50c0c8d4ba076858f (diff) | |
download | Nim-81e7811e01b22518cb5e533cf75ed5dda0873415.tar.gz |
fixes nim check with orc (#20456)
* fixes nim check with orc * fixes tests * add tests * fixes tests * Update tests/arc/t20456.nim
Diffstat (limited to 'tests/errmsgs/tsigmatch.nim')
-rw-r--r-- | tests/errmsgs/tsigmatch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/tsigmatch.nim b/tests/errmsgs/tsigmatch.nim index 8f32ef9e6..49b355982 100644 --- a/tests/errmsgs/tsigmatch.nim +++ b/tests/errmsgs/tsigmatch.nim @@ -1,5 +1,5 @@ discard """ - cmd: "nim check --showAllMismatches:on --hints:off $file" + cmd: "nim check --mm:refc --showAllMismatches:on --hints:off $file" nimout: ''' tsigmatch.nim(111, 4) Error: type mismatch: got <A, string> but expected one of: |