Skip to content

Commit 99b33c8

Browse files
Remove comment
1 parent 47015bc commit 99b33c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "testing sbt dotc -decompile"
1919
grep -qe "def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" "$tmp"
2020

2121
echo "testing sbt dotc -decompile from file"
22-
"$SBT" ";dotc -decompile -color:never -classpath $OUT $OUT/$TASTY" #> "$tmp"
22+
"$SBT" ";dotc -decompile -color:never -classpath $OUT $OUT/$TASTY" > "$tmp"
2323
grep -qe "def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" "$tmp"
2424

2525
echo "testing sbt dotr with no -classpath"

0 commit comments

Comments
 (0)