Skip to content

Commit 85b0c0f

Browse files
committed
Adapt junitForwarders test for Dotty.
We don't generate foo$ method.
1 parent 25ce399 commit 85b0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/junitForwarders/C_1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ object Test extends App {
1111
}
1212
check(classOf[C], "foo - @org.junit.Test()")
1313
// TODO scala-dev#213: should `foo$` really carry the @Test annotation?
14-
check(classOf[T], "$init$ - ;foo - @org.junit.Test();foo$ - @org.junit.Test()")
14+
check(classOf[T], "$init$ - ;foo - @org.junit.Test()")
1515
}

0 commit comments

Comments
 (0)