Removed experimental flag

This commit is contained in:
Yuriy Glukhov 2018-09-06 13:37:00 +03:00
parent 4e7dc9397c
commit f76c0ee1ea
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
# --experimental:ForLoopMacros # Deactivated for CI - https://github.com/status-im/nimbus/pull/110#issuecomment-414326444

View File

@ -17,7 +17,6 @@ proc test(name: string, lang: string = "c") =
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
switch("experimental", "ForLoopMacros")
setCommand lang, "tests/" & name & ".nim"
task test_internal_debug, "Run tests for internal procs - test implementation (StUint[64] = 2x uint32":