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 68643b1 commit 0731f82Copy full SHA for 0731f82
test/cmdlineTests.sh
@@ -645,11 +645,11 @@ SOLTMPDIR=$(mktemp -d)
645
)
646
rm -r "$SOLTMPDIR"
647
648
-printTask "Testing AST import..."
+printTask "Testing AST import/export..."
649
SOLTMPDIR=$(mktemp -d)
650
(
651
cd "$SOLTMPDIR"
652
- if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
+ if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
653
then
654
655
fail
@@ -666,6 +666,7 @@ SOLTMPDIR=$(mktemp -d)
666
667
fi
668
669
+rm -r "$SOLTMPDIR"
670
671
printTask "Testing AST export with stop-after=parsing..."
672
"$REPO_ROOT/test/stopAfterParseTests.sh"
0 commit comments