| Index: tests/language/import_combinators_test.dart
|
| diff --git a/tests/language/import_combinators_test.dart b/tests/language/import_combinators_test.dart
|
| index e975fb32e4e7d796c7c2cea1d4b4d0096e82eb00..ecb5c87aa811844bcc32e54506fd3c8ddad75e5e 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";
|
|
|