Skip to content

Commit 3a45c04

Browse files
committed
remove another erroneous redundant quote
1 parent f8b059a commit 3a45c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/sbtBootstrappedTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mkdir out/scriptedtest1
2727
mkdir out/scriptedtest2
2828
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
2929
./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
30-
./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test" > sbtdotr2.out
30+
./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test > sbtdotr2.out
3131
if grep -e "dotr test ok" sbtdotr2.out; then
3232
echo "output ok"
3333
else

0 commit comments

Comments
 (0)