summary refs log tree commit diff stats
path: root/tests/effects
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-10-01 15:04:36 +0200
committerGitHub <noreply@github.com>2020-10-01 15:04:36 +0200
commitab405c936e77a875199aa1ee0f99eddd3d5a0c10 (patch)
tree5fb692102a125746bb4a05f767cfa7e16b6d54e3 /tests/effects
parent79a92da8efdb895ba5762ca9ed0471a3a5846068 (diff)
downloadNim-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.nim2
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