| Index: tests/compiler/dart2js/types_of_captured_variables_test.dart
|
| diff --git a/tests/compiler/dart2js/types_of_captured_variables_test.dart b/tests/compiler/dart2js/types_of_captured_variables_test.dart
|
| index 77c9e25ebb81961fc4724726702fb1f0ecb45a9c..3376b657066adc67bae04f297248409cd650cc75 100644
|
| --- a/tests/compiler/dart2js/types_of_captured_variables_test.dart
|
| +++ b/tests/compiler/dart2js/types_of_captured_variables_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 TEST1 = r"""
|
|
|