test/tools/javac/lambda/LambdaParserTest.java

changeset 1169
116f68a5e677
parent 1144
9448fe783fd2
child 1415
01c9d4161882
     1.1 --- a/test/tools/javac/lambda/LambdaParserTest.java	Mon Dec 19 12:07:07 2011 +0000
     1.2 +++ b/test/tools/javac/lambda/LambdaParserTest.java	Fri Dec 23 22:30:33 2011 +0000
     1.3 @@ -238,7 +238,7 @@
     1.4          try {
     1.5              ct.parse();
     1.6          } catch (Throwable ex) {
     1.7 -            throw new AssertionError("Error thron when parsing the following source:\n" + source.getCharContent(true));
     1.8 +            throw new AssertionError("Error thrown when parsing the following source:\n" + source.getCharContent(true));
     1.9          }
    1.10          check();
    1.11      }

mercurial