| Index: tests/html/shadow_dom_test.dart
|
| diff --git a/tests/html/shadow_dom_test.dart b/tests/html/shadow_dom_test.dart
|
| index d9ec86a7d3a74d778747d69cc845bfb1cd0c549e..323d0e2ae1a32d1b67b0fcd46583e8608d452610 100644
|
| --- a/tests/html/shadow_dom_test.dart
|
| +++ b/tests/html/shadow_dom_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library ShadowDOMTest;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_individual_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| main() {
|
|
|