From 15f8bc33074320e732a538703f8eb461bbddaf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 7 Dec 2018 14:08:35 +0100 Subject: [PATCH] Updated Understanding and debugging Nimbus EVM JSON tests (markdown) --- Understanding-and-debugging-Nimbus-EVM-JSON-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index df08b29..c3443ff 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -7,7 +7,7 @@ You can run all tests with `nimble test`. Based on our config, Nimble will write Run example: ```bash mkdir -p build -nim c -o:build/decompile_smart_contract -r examples/decompile_smart_contract.nim +nim c -r -o:build/decompile_smart_contract examples/decompile_smart_contract.nim ``` Run Ethereum [JSON-based general state tests](https://github.com/ethereum/tests/):