test/langtools/jdk/jshell/ToolSimpleTest.java
changeset 48349 3d4e8f5a2a69
parent 48292 191ae61bd1e9
child 48610 a587f95313f1
--- a/test/langtools/jdk/jshell/ToolSimpleTest.java	Mon Dec 18 10:28:43 2017 -0800
+++ b/test/langtools/jdk/jshell/ToolSimpleTest.java	Tue Dec 19 11:37:00 2017 -0800
@@ -296,7 +296,7 @@
     @Test
     public void testDropNegative() {
         test(false, new String[]{"--no-startup"},
-                a -> assertCommandOutputStartsWith(a, "/drop 0", "|  No snippet with id: 0"),
+                a -> assertCommandOutputStartsWith(a, "/drop 0", "|  No snippet with ID: 0"),
                 a -> assertCommandOutputStartsWith(a, "/drop a", "|  No such snippet: a"),
                 a -> assertCommandCheckOutput(a, "/drop",
                         assertStartsWith("|  In the /drop argument, please specify an import, variable, method, or class to drop.")),