fix VMTests compile command to specify forLoopMacros

This commit is contained in:
Dustin Brody 2018-09-04 05:52:46 -07:00
parent e1bc482f39
commit d96b6c41fc
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ nim c -o:build/decompile_smart_contract -r examples/decompile_smart_contract.nim
Run Ethereum [JSON-based VM tests](https://github.com/ethereum/tests/):
```
mkdir -p build
nim c -o:build/test_vm_json -r tests/test_vm_json.nim
nim c -o:build/test_vm_json -r --experimental:forLoopMacros tests/test_vm_json.nim
```
#### Troubleshooting