Skip to content

Commit f8b059a

Browse files
committed
fix erroneous redundant quote
1 parent 8388c4b commit f8b059a

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
@@ -13,7 +13,7 @@ echo "testing ./bin/dotc and ./bin/dotr"
1313
mkdir out/scriptedtest0
1414
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest0
1515

16-
./bin/dotr -classpath out/scriptedtest0 dotrtest.Test" > sbtdotr1.out
16+
./bin/dotr -classpath out/scriptedtest0 dotrtest.Test > sbtdotr1.out
1717
if grep -e "dotr test ok" sbtdotr1.out; then
1818
echo "output ok"
1919
else

0 commit comments

Comments
 (0)