diff options
Diffstat (limited to 'tests')
-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 |