# HG changeset patch # User mcimadamore # Date 1355869005 0 # Node ID cffa218ca1edd8f02e950f964104e15616c50444 # Parent ea7808ffcf6d6be05303769307220d8eaab7c4c7 8005193: New regression test test/tools/javac/lambda/BadMethodCall2.java fails Summary: Bad golden file in negative test Reviewed-by: jjh diff -r ea7808ffcf6d -r cffa218ca1ed langtools/test/tools/javac/lambda/BadMethodCall2.out --- a/langtools/test/tools/javac/lambda/BadMethodCall2.out Tue Dec 18 10:23:40 2012 +0100 +++ b/langtools/test/tools/javac/lambda/BadMethodCall2.out Tue Dec 18 22:16:45 2012 +0000 @@ -1,4 +1,4 @@ -BadMethodCall2.java:9:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @310, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) -BadMethodCall2.java:10:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @357, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) -BadMethodCall2.java:11:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @391, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) +BadMethodCall2.java:9:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @309, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) +BadMethodCall2.java:10:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @356, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) +BadMethodCall2.java:11:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistent, , @390, (compiler.misc.location.1: kindname.variable, rec, java.lang.Object) 3 errors