| Index: tests/language/import_combinators_test.dart
|
| diff --git a/tests/language/import_combinators_test.dart b/tests/language/import_combinators_test.dart
|
| index 0d91356b4254036a357ff981a78b5a4b97102782..e975fb32e4e7d796c7c2cea1d4b4d0096e82eb00 100644
|
| --- a/tests/language/import_combinators_test.dart
|
| +++ b/tests/language/import_combinators_test.dart
|
| @@ -5,6 +5,7 @@
|
| // Dart test program importing with show/hide combinators.
|
|
|
| library importCombinatorsTest;
|
| +import "package:expect/expect.dart";
|
| import "import1_lib.dart" show hide, show hide ugly;
|
| import "export1_lib.dart";
|
| import "dart:math" as M show E;
|
|
|