Index: dart/tests/compiler/dart2js/mirrors_helper.dart |
diff --git a/dart/tests/compiler/dart2js/mirrors_helper.dart b/dart/tests/compiler/dart2js/mirrors_helper.dart |
index 6d2e44462052639d287391cd9162183050d619f8..8cbe1ea4fa35e38292dedde4370e58e660af24ca 100644 |
--- a/dart/tests/compiler/dart2js/mirrors_helper.dart |
+++ b/dart/tests/compiler/dart2js/mirrors_helper.dart |
@@ -32,7 +32,7 @@ class Baz<E,F extends Foo> implements Bar<E> { |
Baz<E,F> method3(E func1(F f), Func<E,F> func2) => null; |
bool operator==(Object other) => false; |
- int operator negate() => 0; |
+ int operator-() => 0; |
} |
class Boz extends Foo { |