Skip to content

Commit 94f4118

Browse files
authored
Merge pull request #14044 from dotty-staging/drop-println
Drop println to command line in macro test
2 parents 6b1a662 + 011ba2c commit 94f4118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-custom-args/fatal-warnings/i12188/Macro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object MatchTest {
1414
CaseDef(Bind(bind, Typed(Ref(bind), subtype)), None, '{()}.asTerm)
1515
}
1616
val result = Match(obj, cases)
17-
println(result.show(using Printer.TreeAnsiCode))
17+
//println(result.show(using Printer.TreeAnsiCode))
1818
result.asExprOf[Unit]
1919
}
2020
}

0 commit comments

Comments
 (0)