| Index: compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
|
| index 0c4cc1ce2dac70427b04d12c5cc7b572ff26f6e2..a324d94ca4edc70bf54029deea8318b9ed445b4e 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
|
| @@ -41,7 +41,7 @@ public class DartToSourceVisitorTest extends CompilerTestCase {
|
| " m() {\n" +
|
| " }\n");
|
| testClassMemeber(
|
| - " operator negate() {\n" +
|
| + " operator -() {\n" +
|
| " }\n");
|
| // get is mangled
|
| // testClassMemeber(
|
|
|