Skip to content

Commit 4336eb1

Browse files
committed
fix printerstest
1 parent 4b4932e commit 4336eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/junit/scala/reflect/internal/PrintersTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ trait ValAndDefPrintTests {
10121012

10131013
@Test def testDefWithLazyVal2 = assertPrintedCode(sm"""
10141014
|def a = {
1015-
| lazy val test: scala.Unit = {
1015+
| lazy val test: Unit = {
10161016
| scala.Predef.println();
10171017
| scala.Predef.println()
10181018
| };

0 commit comments

Comments
 (0)