langtools/test/jdk/jshell/T8146368/JShellToolTest8146368.java
changeset 37389 9c137b83a8b8
parent 36526 3b41f1c69604
--- a/langtools/test/jdk/jshell/T8146368/JShellToolTest8146368.java	Wed Jul 05 21:33:32 2017 +0200
+++ b/langtools/test/jdk/jshell/T8146368/JShellToolTest8146368.java	Tue Apr 12 22:23:11 2016 -0700
@@ -37,8 +37,8 @@
 public class JShellToolTest8146368 extends ReplToolTesting {
     public void test() {
         test(
-                a -> assertCommand(a, "class A extends B {}", "|  Added class A, however, it cannot be referenced until class B is declared\n"),
-                a -> assertCommand(a, "und m() { return new und(); }", "|  Added method m(), however, it cannot be referenced until class und is declared\n")
+                a -> assertCommand(a, "class A extends B {}", "|  created class A, however, it cannot be referenced until class B is declared\n"),
+                a -> assertCommand(a, "und m() { return new und(); }", "|  created method m(), however, it cannot be referenced until class und is declared\n")
         );
     }
 }