We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a440a23 + a59a4e6 commit 5cdc9e2Copy full SHA for 5cdc9e2
project/scripts/cmdTests
@@ -57,7 +57,7 @@ cp tests/neg-macros/i6371/B_2.scala $OUT/B.scala
57
rm $OUT/A.scala
58
# this command is expected to fail
59
# setting -Dscan=false disables publishing scans to develocity.scala-lang.org
60
-"$SBT" "scalac -classpath $OUT1 -d $OUT1 $OUT/B.scala -Dscan=false" > "$tmp" 2>&1 || echo "ok"
+"$SBT" "scalac -classpath $OUT1 -d $OUT1 $OUT/B.scala" -Dscan=false > "$tmp" 2>&1 || echo "ok"
61
# cat "$tmp" # for debugging
62
grep -qe "B.scala:2:7" "$tmp"
63
grep -qe "This location contains code that was inlined from A.scala:3" "$tmp"
0 commit comments