Skip to content

Commit 8f38788

Browse files
Comment out debug code
1 parent 20e7269 commit 8f38788

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
@@ -33,7 +33,7 @@ echo "testing that paths SourceFile annotations are relativized"
3333
clear_out "$OUT"
3434
"$SBT" "scalac -d $OUT/out.jar -sourceroot tests/pos $(pwd)/tests/pos/i10430/lib.scala $(pwd)/tests/pos/i10430/app.scala"
3535
"$SBT" "scalac -print-tasty -color:never $OUT/out.jar" > "$tmp"
36-
cat "$tmp" # for debugging
36+
# cat "$tmp" # for debugging
3737
grep -q ": i10430/lib.scala" "$tmp"
3838
grep -q ": i10430/app.scala" "$tmp"
3939
grep -q "[i10430/lib.scala]" "$tmp"

0 commit comments

Comments
 (0)