Merge pull request #12201 from ethereum/docs-path-fix

Fix wrong path to isoltest in docs
This commit is contained in:
chriseth 2021-10-27 16:13:13 +02:00 committed by GitHub
commit e4a94b69be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ editing of failing contracts using your preferred text editor. Let's try to brea
// ----
// DeclarationError: (36-52): Identifier already declared.
Running ``./build/test/isoltest`` again results in a test failure:
Running ``./build/test/tools/isoltest`` again results in a test failure:
.. code-block:: text