| Index: tests/language/operator5_test.dart
|
| diff --git a/tests/language/operator5_test.dart b/tests/language/operator5_test.dart
|
| index 8c2f8004486774a75551ca16426b8d3fd35cb9bb..3afb2ebe57c73970a4c871b27d7c69e4862aa2f0 100644
|
| --- a/tests/language/operator5_test.dart
|
| +++ b/tests/language/operator5_test.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class A {
|
| operator ==(other) => 1;
|
| operator <(other) => null;
|
|
|