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 5b17252 commit 57e0a36Copy full SHA for 57e0a36
project/scripts/sbtTests
@@ -58,7 +58,7 @@ else
58
fi
59
60
echo "testing scala.quoted.Expr.run from sbt dotr"
61
-./project/scripts/sbt ";dotc -classpath compiler/target/scala-2.12/classes tests/run-special/quote-run.scala; dotr -with-compiler Test" > sbtdot5.out
+./project/scripts/sbt ";dotc -classpath compiler/target/scala-2.12/classes tests/run-with-compiler/quote-run.scala; dotr -with-compiler Test" > sbtdot5.out
62
cat sbtdot5.out
63
if grep -e "val a: Int = 3" sbtdot5.out; then
64
echo "output ok"
0 commit comments