Skip to content

Commit 77f65f8

Browse files
committed
Fix tests
Drop reflect-inline, since it did not do what one thought (called stdlib stripMargin instead of locally defined one). Move macros-in-same-project1 to run-macros Fix error marker for macro-cycle1.scala.
1 parent 922b57e commit 77f65f8

File tree

6 files changed

+2
-27
lines changed

6 files changed

+2
-27
lines changed

compiler/test/dotc/run-test-pickling.blacklist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ derive-generic.scala
1616
mixin-forwarder-overload
1717
t8905
1818
t10889
19+
macros-in-same-project1
1920
i5257.scala
2021
enum-java
2122
tuple-ops.scala

tests/neg/macro-cycle1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scala.quoted.{Expr, QuoteContext}
22
object Test {
33
def fooImpl(given QuoteContext): Expr[Unit] = '{println("hi")}
44

5-
inline def foo: Unit = ${fooImpl}
5+
inline def foo: Unit = ${fooImpl} // error
66

77
foo
88
}

tests/run-macros/reflect-inline/assert_1.scala

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/run-macros/reflect-inline/test_2.scala

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)