We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380c34d commit 2ac4a54Copy full SHA for 2ac4a54
test/test/ShowClassTests.scala
@@ -61,7 +61,7 @@ class ShowClassTests extends DottyTest {
61
showPackage(ctx.requiredPackage(path))
62
val nstubs = Symbols.stubs.length
63
println(s"$nstubs stubs")
64
- assert(nstubs == expectedStubs, s"stubs found $nstubs, expected: $expectedStubs")
+ assert(nstubs <= expectedStubs, s"stubs found $nstubs, expected: $expectedStubs")
65
}
66
67
def showClass(cls: Symbol)(implicit ctx: Context) = {
0 commit comments