| Index: tests/compiler/dart2js/interceptor_test.dart
|
| diff --git a/tests/compiler/dart2js/interceptor_test.dart b/tests/compiler/dart2js/interceptor_test.dart
|
| index cc965b15e307b14de3b40d702cb0226d5af358c7..5f7caa68af76c5cc52b69e3e8a682a96b401a87d 100644
|
| --- a/tests/compiler/dart2js/interceptor_test.dart
|
| +++ b/tests/compiler/dart2js/interceptor_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_ONE = r"""
|
|
|