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 b00cfaa commit d8af7f3Copy full SHA for d8af7f3
test/cmdlineTests.sh
@@ -662,11 +662,11 @@ SOLTMPDIR=$(mktemp -d)
662
)
663
rm -r "$SOLTMPDIR"
664
665
-printTask "Testing AST import..."
+printTask "Testing AST import/export..."
666
SOLTMPDIR=$(mktemp -d)
667
(
668
cd "$SOLTMPDIR"
669
- if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
+ if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
670
then
671
672
fail
@@ -683,6 +683,7 @@ SOLTMPDIR=$(mktemp -d)
683
684
fi
685
686
+rm -r "$SOLTMPDIR"
687
688
printTask "Testing AST export with stop-after=parsing..."
689
"$REPO_ROOT/test/stopAfterParseTests.sh"
0 commit comments