diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-10-01 15:04:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 15:04:36 +0200 |
commit | ab405c936e77a875199aa1ee0f99eddd3d5a0c10 (patch) | |
tree | 5fb692102a125746bb4a05f767cfa7e16b6d54e3 /tests/effects | |
parent | 79a92da8efdb895ba5762ca9ed0471a3a5846068 (diff) | |
download | Nim-ab405c936e77a875199aa1ee0f99eddd3d5a0c10.tar.gz |
views: yet another bugfix (#15447)
* views: yet another bugfix * views: extended the spec * views: take into account potential hidden mutations via proc calls
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs.nim b/tests/effects/tstrict_funcs.nim index a45e5f759..38f5b7601 100644 --- a/tests/effects/tstrict_funcs.nim +++ b/tests/effects/tstrict_funcs.nim @@ -1,5 +1,5 @@ discard """ - cmd: "nim c --experimental:strictFuncs $file" + cmd: "nim c --experimental:strictFuncs --experimental:views $file" """ import tables, streams, nre, parsecsv |