6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
authorkevinw
Fri Aug 27 16:57:04 2010 +0100 (2 years ago)
changeset 1998e760899a624f
parent 1997499d2ae376ee
child 19992c8e1acf0433
6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
Summary: simple correction in testcase
Reviewed-by: mchung
test/gc/6581734/Test6581734.java
--- a/test/gc/6581734/Test6581734.java Wed Dec 01 10:16:31 2010 -0800
+++ b/test/gc/6581734/Test6581734.java Fri Aug 27 16:57:04 2010 +0100
@@ -121,7 +121,7 @@ public class Test6581734 {
}
if (collectorsWithTime<collectorsFound) {
- throw new RuntimeException("collectors found with zero time";
+ throw new RuntimeException("collectors found with zero time");
}
System.out.println("Test passed.");
}