We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e7269 commit 8f38788Copy full SHA for 8f38788
project/scripts/cmdTests
@@ -33,7 +33,7 @@ echo "testing that paths SourceFile annotations are relativized"
33
clear_out "$OUT"
34
"$SBT" "scalac -d $OUT/out.jar -sourceroot tests/pos $(pwd)/tests/pos/i10430/lib.scala $(pwd)/tests/pos/i10430/app.scala"
35
"$SBT" "scalac -print-tasty -color:never $OUT/out.jar" > "$tmp"
36
-cat "$tmp" # for debugging
+# cat "$tmp" # for debugging
37
grep -q ": i10430/lib.scala" "$tmp"
38
grep -q ": i10430/app.scala" "$tmp"
39
grep -q "[i10430/lib.scala]" "$tmp"
0 commit comments