diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-23 03:07:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 20:07:00 +0100 |
commit | 0448f30fd9c2e53084ee8b284f6fa24684661bc3 (patch) | |
tree | 04ce8580c319f10684ee390edd2aea85c13624ab /tests | |
parent | 354eb2a86c75335c34cab8074b8b3532f09ecccf (diff) | |
download | Nim-0448f30fd9c2e53084ee8b284f6fa24684661bc3.tar.gz |
fixes #20026; marks system procs which can raise defects (#20864)
* marks system procs which can raise defects * add tests * add more systemRaisesDefect * add comment
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stdlib/tstring.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/stdlib/tstring.nim b/tests/stdlib/tstring.nim index 232211471..2e8fe09e1 100644 --- a/tests/stdlib/tstring.nim +++ b/tests/stdlib/tstring.nim @@ -1,5 +1,4 @@ discard """ - matrix: "--mm:refc" targets: "c cpp js" """ |