changeset 1758:af586a7893cf

Merge
author tonyp
date Fri, 27 Aug 2010 10:44:06 -0700
parents 21c29458b334 (diff) 1c63587d925b (current diff)
children 75107ee8712f
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/gc/6581734/Test6581734.java	Fri Aug 27 13:34:14 2010 -0400
+++ b/test/gc/6581734/Test6581734.java	Fri Aug 27 10:44:06 2010 -0700
@@ -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.");
     }