changeset 40588 | b5c32bfa9710 |
parent 38539 | 71874886920f |
child 40598 | 821b945fc942 |
--- a/langtools/test/jdk/jshell/ToolCommandOptionTest.java Mon Aug 22 16:32:40 2016 -0700 +++ b/langtools/test/jdk/jshell/ToolCommandOptionTest.java Mon Aug 22 19:31:37 2016 -0700 @@ -88,7 +88,7 @@ } public void dropTest() { - test(false, new String[]{"-nostartup"}, + test(false, new String[]{"--no-startup"}, (a) -> assertCommand(a, "int x = 5;", "x ==> 5"), (a) -> assertCommand(a, "x",