Skip to content

Commit 5d5a564

Browse files
committed
Do not print while compiling i11835
1 parent 9b737d0 commit 5d5a564

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/pos-macros/i11835/X.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object X:
66

77
private def _blah(b: Expr[Boolean])(using Quotes): Expr[Unit] =
88
import quotes.reflect.*
9-
println("="*120)
10-
println(b.asTerm)
11-
println(b.valueOrError)
9+
b.asTerm
10+
b.valueOrError
1211
'{()}

0 commit comments

Comments
 (0)