Skip to content

Commit e33f75b

Browse files
cameelr0qs
authored andcommitted
fixup! [libevmasm] Add support to import evm assembly json.
1 parent 8cd18fe commit e33f75b

File tree

1 file changed

+6
-8
lines changed
  • test/cmdlineTests/~evmasm_import_export

1 file changed

+6
-8
lines changed

test/cmdlineTests/~evmasm_import_export/test.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ set -euo pipefail
55
source "${REPO_ROOT}/scripts/common.sh"
66

77
SOLTMPDIR=$(mktemp -d -t "cmdline-test-evmasm-import-export-XXXXXX")
8-
(
9-
cd "$SOLTMPDIR"
10-
if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
11-
then
12-
rm -r "$SOLTMPDIR"
13-
fail
14-
fi
15-
)
8+
cd "$SOLTMPDIR"
9+
if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
10+
then
11+
rm -r "$SOLTMPDIR"
12+
fail
13+
fi
1614
rm -r "$SOLTMPDIR"

0 commit comments

Comments
 (0)