mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 10:28:37 +00:00
8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure
Reviewed-by: jlahoda
This commit is contained in:
parent
2d911bad19
commit
a4cbfe0dac
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8131025 8141092 8153761 8145263 8131019 8175886
|
||||
* @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184
|
||||
* @summary Test Completion and Documentation
|
||||
* @library /tools/lib
|
||||
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||
@ -296,7 +296,7 @@ public class CompletionSuggestionTest extends KullaTesting {
|
||||
}
|
||||
|
||||
public void testImportStart() {
|
||||
assertCompletion("import ja|", "java", "javax");
|
||||
assertCompletion("import c|", "com");
|
||||
assertCompletion("import o|", "org");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user