| Index: test/data/input/table_test.html
|
| diff --git a/test/data/input/table_test.html b/test/data/input/table_test.html
|
| index b344daa3e9e5ece69a69d161a0976e1c49e00dec..a44a50e4e3445d5063d27875a40d9a7d9b443a80 100644
|
| --- a/test/data/input/table_test.html
|
| +++ b/test/data/input/table_test.html
|
| @@ -22,7 +22,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/watcher.dart';
|
| + import 'package:web_ui/watcher.dart';
|
|
|
| List<List> table = [[1, 2, 3], ['a', 'b', 'c'], ['A', 'B', 'C']];
|
| main() {
|
|
|