diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-07-28 19:18:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 19:18:46 +0200 |
commit | 86c9b7833917cd3deac912488e4dc18a1ca1223a (patch) | |
tree | 0d6fc12157c4cf9a23f38f5133cc49b1e0891400 /tests/destructor | |
parent | e4e4931432fbc81b1ced68b351691228fae31d36 (diff) | |
download | Nim-86c9b7833917cd3deac912488e4dc18a1ca1223a.tar.gz |
disable sink inference, only enable it for the stdlib. Reason: better source code compatibility (#15105)
Diffstat (limited to 'tests/destructor')
-rw-r--r-- | tests/destructor/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/destructor/nim.cfg b/tests/destructor/nim.cfg new file mode 100644 index 000000000..7c148b797 --- /dev/null +++ b/tests/destructor/nim.cfg @@ -0,0 +1 @@ +--sinkInference:on |