| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/OperatorTest.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/OperatorTest.dart b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/OperatorTest.dart
|
| index 8395c63625950954a5c1f20ea90a78c276def634..42168ca9fd65406932c571036eb4ec63b2d0399f 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/OperatorTest.dart
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/OperatorTest.dart
|
| @@ -132,7 +132,7 @@ class Operator {
|
| return ~value;
|
| }
|
|
|
| - operator negate() {
|
| + operator -() {
|
| return -value;
|
| }
|
| }
|
|
|