| Index: test/data/input/text_top_level_test.html
|
| diff --git a/test/data/input/text_top_level_test.html b/test/data/input/text_top_level_test.html
|
| index b52b50a685a4e953fddb0245a058184ee4e4134f..119a4062cf103d821f7a01c1264ea5676dd6450e 100644
|
| --- a/test/data/input/text_top_level_test.html
|
| +++ b/test/data/input/text_top_level_test.html
|
| @@ -14,7 +14,7 @@ BSD-style license that can be found in the LICENSE file.
|
| expect to see 'two': {{topLevelVar}}
|
| <script type="application/dart">
|
| import 'dart:html';
|
| - import 'package:web_components/watcher.dart';
|
| + import 'package:web_ui/watcher.dart';
|
| import 'common.dart';
|
|
|
| main() {
|
|
|