Skip to content

Commit c610f18

Browse files
authored
Cleanup test that prints onto the compilationTest output (#17038)
2 parents c417db0 + f02f7dd commit c610f18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/neg-macros/i16582/Macro_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def ownerWorksImpl(in: Expr[Int])(using Quotes): Expr[String] =
1111
val position = Position.ofMacroExpansion
1212
val file = position.sourceFile
1313
val owner0 = Symbol.spliceOwner.maybeOwner
14-
println("owner0 = " + owner0)
1514
val ownerName = owner0.tree match {
1615
case ValDef(name, _, _) =>
1716
name

0 commit comments

Comments
 (0)