Skip to content

Commit 1eb319b

Browse files
committed
[test] scripts/ASTImportTest.sh -> scripts/ImportExportTest.sh
1 parent ca8636b commit 1eb319b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

test/cmdlineTests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ printTask "Testing EVM Assembly JSON import/export..."
672672
SOLTMPDIR=$(mktemp -d)
673673
(
674674
cd "$SOLTMPDIR"
675-
if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
675+
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" evm-assembly
676676
then
677677
rm -r "$SOLTMPDIR"
678678
fail
@@ -684,7 +684,7 @@ printTask "Testing AST import/export..."
684684
SOLTMPDIR=$(mktemp -d)
685685
(
686686
cd "$SOLTMPDIR"
687-
if ! "$REPO_ROOT/scripts/ASTImportTest.sh" ast
687+
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
688688
then
689689
rm -r "$SOLTMPDIR"
690690
fail

0 commit comments

Comments
 (0)