File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ clear_out "$OUT"
3737" $SBT " " ;dotc -d $OUT /out.jar $SOURCE ; dotc -decompile -classpath $OUT /out.jar -color:never $MAIN " > " $tmp "
3838grep -qe " def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" " $tmp "
3939
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"
4343
4444# check that missing source file does not crash message rendering
4545echo " testing that missing source file does not crash message rendering"
You can’t perform that action at this time.
0 commit comments