Skip to content

Commit

Permalink
Cleanup test that prints onto the compilationTest output (scala#17038)
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Mar 4, 2023
2 parents c417db0 + f02f7dd commit c610f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/neg-macros/i16582/Macro_1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def ownerWorksImpl(in: Expr[Int])(using Quotes): Expr[String] =
val position = Position.ofMacroExpansion
val file = position.sourceFile
val owner0 = Symbol.spliceOwner.maybeOwner
println("owner0 = " + owner0)
val ownerName = owner0.tree match {
case ValDef(name, _, _) =>
name
Expand Down

0 comments on commit c610f18

Please sign in to comment.