| Index: test/data/input/path_normalization_test.html
|
| diff --git a/test/data/input/path_normalization_test.html b/test/data/input/path_normalization_test.html
|
| index 92160efa9485f04efecc1bc93b57e53e33d79a4b..b498f4b7d4af6d9cece8543993086c45165436fb 100644
|
| --- a/test/data/input/path_normalization_test.html
|
| +++ b/test/data/input/path_normalization_test.html
|
| @@ -19,7 +19,7 @@
|
| <span>{{topLevelVar}}</span>
|
| <script type="application/dart">
|
| import 'dart:html';
|
| - import 'package:web_components/watcher.dart';
|
| + import 'package:web_ui/watcher.dart';
|
| import 'common.dart';
|
| main() {
|
| topLevelVar = 'hello';
|
|
|