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 a213301 commit 0d10bd8Copy full SHA for 0d10bd8
presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala
@@ -168,10 +168,10 @@ class CompletionSuite extends BaseCompletionSuite:
168
|CertPathBuilderSpi - java.security.cert
169
|CertPathBuilderResult - java.security.cert
170
|PKIXBuilderParameters - java.security.cert
171
- |PooledConnectionBuilder - javax.sql
172
|CertPathBuilderException - java.security.cert
173
|PKIXCertPathBuilderResult - java.security.cert
174
- |""".stripMargin
+ |""".stripMargin,
+ filter = !_.contains("javax.sql") // Not shipped with all JDKs
175
)
176
177
@Test def companion =
0 commit comments