| Index: tests/compiler/dart2js/builtin_equals_test.dart
|
| diff --git a/tests/compiler/dart2js/builtin_equals_test.dart b/tests/compiler/dart2js/builtin_equals_test.dart
|
| index a2e7cdac84007776f567182e266619301d182249..3b1807ae5c744936368d5f4ed7233a3c4aa18893 100644
|
| --- a/tests/compiler/dart2js/builtin_equals_test.dart
|
| +++ b/tests/compiler/dart2js/builtin_equals_test.dart
|
| @@ -2,6 +2,7 @@
|
| // 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";
|
| import 'compiler_helper.dart';
|
|
|
| const String TEST = r"""
|
|
|