| Index: tests/html/dom_constructors_test.dart
|
| diff --git a/tests/html/dom_constructors_test.dart b/tests/html/dom_constructors_test.dart
|
| index c2f8ad0e9a0443517a19646e0e381c1e84e87b8b..a2bcf55e73625446357634964abb3f04f2bcd470 100644
|
| --- a/tests/html/dom_constructors_test.dart
|
| +++ b/tests/html/dom_constructors_test.dart
|
| @@ -1,6 +1,6 @@
|
| library DOMConstructorsTest;
|
| -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() {
|
|
|