| Index: tests/language/comparison_test.dart
|
| diff --git a/tests/language/comparison_test.dart b/tests/language/comparison_test.dart
|
| index 4a19920f4f226168e9367d5d6a3a4eaad0254263..2df0fd5ef0eec496db214b0060a8e87c3112290f 100644
|
| --- a/tests/language/comparison_test.dart
|
| +++ b/tests/language/comparison_test.dart
|
| @@ -3,6 +3,8 @@
|
| // 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);
|
|
|