Skip to content

Commit 0731f82

Browse files
committed
Update cmdlineTests.sh.
1 parent 68643b1 commit 0731f82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/cmdlineTests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,11 +645,11 @@ SOLTMPDIR=$(mktemp -d)
645645
)
646646
rm -r "$SOLTMPDIR"
647647

648-
printTask "Testing AST import..."
648+
printTask "Testing AST import/export..."
649649
SOLTMPDIR=$(mktemp -d)
650650
(
651651
cd "$SOLTMPDIR"
652-
if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
652+
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
653653
then
654654
rm -r "$SOLTMPDIR"
655655
fail
@@ -666,6 +666,7 @@ SOLTMPDIR=$(mktemp -d)
666666
fail
667667
fi
668668
)
669+
rm -r "$SOLTMPDIR"
669670

670671
printTask "Testing AST export with stop-after=parsing..."
671672
"$REPO_ROOT/test/stopAfterParseTests.sh"

0 commit comments

Comments
 (0)