| Index: tests/html/table_test.dart
|
| diff --git a/tests/html/table_test.dart b/tests/html/table_test.dart
|
| index 5c1144f5d2e266cad0d0eb0a4e2e5401cc51dfd3..7432e5d1bee3c2e1d3db8b45f17097ac18fa5f15 100644
|
| --- a/tests/html/table_test.dart
|
| +++ b/tests/html/table_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library TableTest;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_config.dart';
|
| import 'dart:html';
|
|
|
| main() {
|
|
|