diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-05-27 18:14:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 18:14:24 +0200 |
commit | 1fc40db984041ebc65470677ec69e621d26fd4df (patch) | |
tree | 375dda202c27a4c8655307717164716ea2185bdc /drnim/tests/config.nims | |
parent | 00fa7a57476ed6fe81fb2d9171ba902fad9b83d5 (diff) | |
download | Nim-1fc40db984041ebc65470677ec69e621d26fd4df.tar.gz |
drnim improvements (#14471)
Diffstat (limited to 'drnim/tests/config.nims')
-rw-r--r-- | drnim/tests/config.nims | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drnim/tests/config.nims b/drnim/tests/config.nims index cd4ee4b08..a6b0e7d88 100644 --- a/drnim/tests/config.nims +++ b/drnim/tests/config.nims @@ -5,3 +5,6 @@ switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this di switch("colors", "off") switch("listFullPaths", "off") switch("excessiveStackTrace", "off") + +# we only want to check the marked parts in the tests: +switch("staticBoundChecks", "off") |