Skip to content

Commit aa0bccd

Browse files
committed
Nit
1 parent bd68542 commit aa0bccd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ class ErrorMessagesTests extends ErrorMessagesTest {
260260
assertEquals("value x", denot.show)
261261
}
262262

263-
// This is what we get here, not sure this is accurate but it's the best we can do.
264-
@Test def cyclicReferenceInvolvingImplicit =
263+
@Test def cyclicReferenceInvolving2 =
265264
checkMessagesAfter(FrontEnd.name) {
266265
"""
267266
|class A {

0 commit comments

Comments
 (0)