OpenJDK / amber / amber
changeset 44064:ca20a5923619
8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure
Reviewed-by: jlahoda
author | rfield |
---|---|
date | Mon, 06 Mar 2017 08:36:05 -0800 |
parents | 5f0cf4126949 |
children | d0a8a4c41c85 |
files | langtools/test/jdk/jshell/CompletionSuggestionTest.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/langtools/test/jdk/jshell/CompletionSuggestionTest.java Mon Mar 06 13:17:33 2017 +0100 +++ b/langtools/test/jdk/jshell/CompletionSuggestionTest.java Mon Mar 06 08:36:05 2017 -0800 @@ -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 void testImportStart() { - assertCompletion("import ja|", "java", "javax"); + assertCompletion("import c|", "com"); assertCompletion("import o|", "org"); }