File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ clear_out "$OUT"
37
37
" $SBT " " ;dotc -d $OUT /out.jar $SOURCE ; dotc -decompile -classpath $OUT /out.jar -color:never $MAIN " > " $tmp "
38
38
grep -qe " def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" " $tmp "
39
39
40
- echo " testing sbt dotc with suspension"
41
- clear_out " $OUT "
42
- " $SBT " " dotc -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > " $tmp "
40
+ # echo "testing sbt dotc with suspension"
41
+ # clear_out "$OUT"
42
+ # "$SBT" "dotc -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > "$tmp"
43
43
44
44
# check that missing source file does not crash message rendering
45
45
echo " testing that missing source file does not crash message rendering"
You can’t perform that action at this time.
0 commit comments