Skip to content

Commit 1a3cc72

Browse files
committed
Fix error message test
1 parent 79c0cb6 commit 1a3cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/reporting/ErrorMessagesTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ class ErrorMessagesTests extends ErrorMessagesTest {
12741274
checkMessagesAfter(FrontEnd.name) {
12751275
"""
12761276
|object Test {
1277-
| { ) }
1277+
| { with }
12781278
| { private ) }
12791279
|}
12801280
""".stripMargin

0 commit comments

Comments
 (0)