6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
authorkevinw
Fri, 27 Aug 2010 16:57:04 +0100
changeset 6426 cf377b51c52b
parent 6425 206fd9fee2cf
child 6428 a774c26f5fc3
6980392: TEST_BUG: gc/6581734/Test6581734.java has typo Summary: simple correction in testcase Reviewed-by: mchung
hotspot/test/gc/6581734/Test6581734.java
--- a/hotspot/test/gc/6581734/Test6581734.java	Wed Aug 25 14:39:55 2010 -0700
+++ b/hotspot/test/gc/6581734/Test6581734.java	Fri Aug 27 16:57:04 2010 +0100
@@ -121,7 +121,7 @@
         }
 
         if (collectorsWithTime<collectorsFound) {
-            throw new RuntimeException("collectors found with zero time";
+            throw new RuntimeException("collectors found with zero time");
         }
         System.out.println("Test passed.");
     }