Skip to content

Commit 2a6e99f

Browse files
committed
[ImportExportTests.sh] minor
1 parent 1a321e8 commit 2a6e99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ImportExportTest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ command_available jq --version
277277

278278
case "$IMPORT_TEST_TYPE" in
279279
ast) TEST_DIRS=("${SYNTAXTESTS_DIR}" "${ASTJSONTESTS_DIR}") ;;
280-
evm-assembly) TEST_DIRS=("${SYNTAXTESTS_DIR}" "${SEMANTICTESTS_DIR}") ;;
281-
*) print_usage ;;
280+
evm-assembly) TEST_DIRS=("${SEMANTICTESTS_DIR}") ;;
281+
*) print_usage ;;
282282
esac
283283

284284
# boost_filesystem_bug specifically tests a local fix for a boost::filesystem

0 commit comments

Comments
 (0)