| Index: compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| index ab21ea20b768b13ac3acaf15f898350a956dd76d..b371d4450a070f6aef5f9d208c7414e44423d57e 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| @@ -717,7 +717,7 @@ public class NegativeParserTest extends CompilerTestCase {
|
| DartParserRunner runner = parseExpectErrors(Joiner.on("\n").join(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "class A {",
|
| - " operator equals(other) => false;",
|
| + " operator ==(other) => false;",
|
| "}",
|
| ""));
|
| DartClass clazz = (DartClass) runner.getDartUnit().getTopLevelNodes().get(0);
|
|
|