| Index: tests/compiler/dart2js/interceptor_test.dart
|
| diff --git a/tests/compiler/dart2js/interceptor_test.dart b/tests/compiler/dart2js/interceptor_test.dart
|
| index 3a346e1dda137c80032c515541be8936365fba02..7b2f889d125bccd3d22815a439d5f31bdb1a5d2b 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"""
|
|
|