mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
fix VMTests compile command to specify forLoopMacros
This commit is contained in:
parent
e1bc482f39
commit
d96b6c41fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user