6980392: TEST_BUG: gc/6581734/Test6581734.java has typo

Simple correction in testcase

Reviewed-by: mchung
This commit is contained in:
Kevin Walls 2010-08-27 16:57:04 +01:00
parent be6d973a49
commit 2114fddad9

@ -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.");
}