Skip to content

Commit 6381041

Browse files
committed
Updeate scripted test
1 parent 0ee9ee1 commit 6381041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/sbtTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else
5858
fi
5959

6060
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
61+
./project/scripts/sbt ";dotc -classpath compiler/target/scala-2.12/classes tests/run-with-compiler/quote-run.scala; dotr -with-compiler Test" > sbtdot5.out
6262
cat sbtdot5.out
6363
if grep -e "val a: Int = 3" sbtdot5.out; then
6464
echo "output ok"

0 commit comments

Comments
 (0)