mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-14 08:58:46 +00:00
8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
Reviewed-by: darcy
This commit is contained in:
parent
826a40c57a
commit
4eb4827f6a
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184
|
||||
* @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184 8176241
|
||||
* @summary Test Completion and Documentation
|
||||
* @library /tools/lib
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
@ -297,7 +297,6 @@ public class CompletionSuggestionTest extends KullaTesting {
|
||||
|
||||
public void testImportStart() {
|
||||
assertCompletion("import c|", "com");
|
||||
assertCompletion("import o|", "org");
|
||||
}
|
||||
|
||||
public void testBrokenClassFile() throws Exception {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user