Skip to content

Commit 0d10bd8

Browse files
committed
Filter tests to contain only completions that should be available on each jdk
1 parent a213301 commit 0d10bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ class CompletionSuite extends BaseCompletionSuite:
168168
|CertPathBuilderSpi - java.security.cert
169169
|CertPathBuilderResult - java.security.cert
170170
|PKIXBuilderParameters - java.security.cert
171-
|PooledConnectionBuilder - javax.sql
172171
|CertPathBuilderException - java.security.cert
173172
|PKIXCertPathBuilderResult - java.security.cert
174-
|""".stripMargin
173+
|""".stripMargin,
174+
filter = !_.contains("javax.sql") // Not shipped with all JDKs
175175
)
176176

177177
@Test def companion =

0 commit comments

Comments
 (0)