| Index: tests/html/domparser_test.dart
|
| diff --git a/tests/html/domparser_test.dart b/tests/html/domparser_test.dart
|
| index a6f624699cf7f3da4127cb98d142c6c185e3471c..61ecf86d7de7078324fc2a0da20af2fb8ac72b96 100644
|
| --- a/tests/html/domparser_test.dart
|
| +++ b/tests/html/domparser_test.dart
|
| @@ -1,6 +1,6 @@
|
| library DOMParserTest;
|
| -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() {
|
|
|