Chromium Code Reviews| Index: tests/language/import_combinators_test.dart |
| =================================================================== |
| --- tests/language/import_combinators_test.dart (revision 14440) |
| +++ tests/language/import_combinators_test.dart (working copy) |
| @@ -4,6 +4,7 @@ |
| // Dart test program importing with show/hide combinators. |
| +library importCombinatorsTest; |
| import "import1_lib.dart" show hide, show hide ugly; |
| import "export1_lib.dart"; |
| import "dart:math" as M show E; |