jdk/test/com/sun/jdi/StringConvertTest.sh
changeset 23046 0b0407b1e2a5
parent 5506 202f599c92aa
child 23057 c67ddf10398e
--- a/jdk/test/com/sun/jdi/StringConvertTest.sh	Mon Mar 03 11:06:38 2014 +0000
+++ b/jdk/test/com/sun/jdi/StringConvertTest.sh	Mon Mar 03 18:17:00 2014 +0400
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #
-# Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -164,7 +164,7 @@
     cmd print "$classname.growit(\"xyz\")"
     cmd eval  "$classname.sbGrower.append(\"xyz\")"
     cmd print 1
-    
+
     cmd eval "sbTim.toString()"
     cmd print 1
 
@@ -183,7 +183,6 @@
     cmd print "this.ivar"
     cmd print gusLoc
     cmd print 1
-    cmd quit
 }
 
 mysetup()