Skip to content

Commit c17e82a

Browse files
committed
Re-enable sbt-dotty tests
1 parent 72765f9 commit c17e82a

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

3 files changed

+4
-4
lines changed

sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-1/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-2/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-3/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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

0 commit comments

Comments
 (0)