File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sbt-dotty/sbt-test/source-dependencies
macro-expansion-dependencies-1
macro-expansion-dependencies-2
macro-expansion-dependencies-3 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ $ copy-file changes/Macro.scala Macro.scala
1313
1414# use an implemntation of the macro that emits a compile-time error
1515$ copy-file changes/MacroCompileError.scala Macro.scala
16- # FIXME -> compile
16+ -> compile
1717
1818$ copy-file changes/Macro.scala Macro.scala
1919> clean
2020> compile
2121
2222$ copy-file changes/MacroRuntimeError.scala Macro.scala
23- # FIXME -> run
23+ -> run
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $ copy-file changes/MacroRuntime.scala MacroRuntime.scala
1111> clean
1212> run
1313
14- # use an implemntation of the macro that emits a compile- time error
14+ # use an implemntation of the macro that emits a compile time error
1515$ copy-file changes/MacroRuntimeCompileError.scala MacroRuntime.scala
1616-> compile
1717
Original file line number Diff line number Diff line change 33# make sure that Macros is recompiled due to it's dependencie on B.f
44# this will end in a failure to compile due to cyclic macros
55$ copy-file changes/TestB.scala TestB.scala
6- # FIXME -> compile
6+ -> compile
You can’t perform that action at this time.
0 commit comments