| Index: tests/language/comparison_test.dart
|
| diff --git a/tests/language/comparison_test.dart b/tests/language/comparison_test.dart
|
| index 2df0fd5ef0eec496db214b0060a8e87c3112290f..4a19920f4f226168e9367d5d6a3a4eaad0254263 100644
|
| --- a/tests/language/comparison_test.dart
|
| +++ b/tests/language/comparison_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing comparison operators.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class Helper {
|
| static bool STRICT_EQ(a, b) {
|
| return identical(a, b);
|
|
|