| Index: tests/language/local_export_test.dart
|
| diff --git a/tests/language/local_export_test.dart b/tests/language/local_export_test.dart
|
| index ce2ca1d133758f5ca19fc80dbef7c270f0c8ba35..2d3efc8b58d2a24d9d59bc5e2c18fee46e647822 100644
|
| --- a/tests/language/local_export_test.dart
|
| +++ b/tests/language/local_export_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library localExportTest;
|
| +import "package:expect/expect.dart";
|
| import 'local_export_a.dart';
|
|
|
| void main() {
|
|
|