| Index: test/data/input/todomvc_listorder_test.html
|
| diff --git a/test/data/input/todomvc_listorder_test.html b/test/data/input/todomvc_listorder_test.html
|
| index 8672c811f4169c7825223e9fb80e2bbade28109a..4c878313b0bbec03d5bc0fa93e8aa6cacc19c859 100644
|
| --- a/test/data/input/todomvc_listorder_test.html
|
| +++ b/test/data/input/todomvc_listorder_test.html
|
| @@ -72,7 +72,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <script type="application/dart">
|
| import 'dart:html';
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:web_components/web_components.dart';
|
| +import 'package:web_ui/web_ui.dart';
|
| import 'example/todomvc/main.dart' as todomvc_main;
|
| import 'example/todomvc/model.dart';
|
|
|
|
|