changeset 1756:21c29458b334

6980392: TEST_BUG: gc/6581734/Test6581734.java has typo Summary: simple correction in testcase Reviewed-by: mchung
author kevinw
date Fri, 27 Aug 2010 16:57:04 +0100
parents 8e5955ddf8e4
children af586a7893cf
files test/gc/6581734/Test6581734.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/gc/6581734/Test6581734.java	Wed Aug 25 14:39:55 2010 -0700
+++ b/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.");
     }