Removed experimental flag
This commit is contained in:
parent
4e7dc9397c
commit
f76c0ee1ea
1
nim.cfg
1
nim.cfg
|
@ -1 +0,0 @@
|
|||
# --experimental:ForLoopMacros # Deactivated for CI - https://github.com/status-im/nimbus/pull/110#issuecomment-414326444
|
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue