We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8636b commit 1eb319bCopy full SHA for 1eb319b
scripts/ASTImportTest.sh renamed to scripts/ImportExportTest.sh
test/cmdlineTests.sh
@@ -672,7 +672,7 @@ printTask "Testing EVM Assembly JSON import/export..."
672
SOLTMPDIR=$(mktemp -d)
673
(
674
cd "$SOLTMPDIR"
675
- if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
+ if ! "$REPO_ROOT/scripts/ImportExportTest.sh" evm-assembly
676
then
677
rm -r "$SOLTMPDIR"
678
fail
@@ -684,7 +684,7 @@ printTask "Testing AST import/export..."
684
685
686
687
- if ! "$REPO_ROOT/scripts/ASTImportTest.sh" ast
+ if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
688
689
690
0 commit comments