test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java

changeset 1169
116f68a5e677
parent 1060
d5f33267a06d
child 1482
954541f13717
     1.1 --- a/test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java	Mon Dec 19 12:07:07 2011 +0000
     1.2 +++ b/test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java	Fri Dec 23 22:30:33 2011 +0000
     1.3 @@ -284,7 +284,7 @@
     1.4          try {
     1.5              ct.analyze();
     1.6          } catch (Throwable ex) {
     1.7 -            throw new AssertionError("Error thron when compiling the following code:\n" + source.getCharContent(true));
     1.8 +            throw new AssertionError("Error thrown when compiling the following code:\n" + source.getCharContent(true));
     1.9          }
    1.10          check();
    1.11      }

mercurial