| Index: test/data/input/component_in_main_test.html
|
| diff --git a/test/data/input/component_in_main_test.html b/test/data/input/component_in_main_test.html
|
| index c457c3c5d56704615adcc3cc90122422820d63a2..6da78e9697acdefa29cd7dca9cdc77cce137836d 100644
|
| --- a/test/data/input/component_in_main_test.html
|
| +++ b/test/data/input/component_in_main_test.html
|
| @@ -15,7 +15,7 @@
|
| <template><div>this should say 'hello': {{topLevelVar}}</div></template>
|
| <script type='application/dart'>
|
| import 'common.dart';
|
| - import 'package:web_components/web_components.dart';
|
| + import 'package:web_ui/web_ui.dart';
|
| class Default extends WebComponent {}
|
| </script>
|
| </element>
|
|
|