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

Fri, 27 Aug 2010 16:57:04 +0100

author
kevinw
date
Fri, 27 Aug 2010 16:57:04 +0100
changeset 2111
21c29458b334
parent 2110
8e5955ddf8e4
child 2113
af586a7893cf

6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
Summary: simple correction in testcase
Reviewed-by: mchung

test/gc/6581734/Test6581734.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/gc/6581734/Test6581734.java	Wed Aug 25 14:39:55 2010 -0700
     1.2 +++ b/test/gc/6581734/Test6581734.java	Fri Aug 27 16:57:04 2010 +0100
     1.3 @@ -121,7 +121,7 @@
     1.4          }
     1.5  
     1.6          if (collectorsWithTime<collectorsFound) {
     1.7 -            throw new RuntimeException("collectors found with zero time";
     1.8 +            throw new RuntimeException("collectors found with zero time");
     1.9          }
    1.10          System.out.println("Test passed.");
    1.11      }

mercurial