| Index: tests/html/form_element_test.dart
|
| diff --git a/tests/html/form_element_test.dart b/tests/html/form_element_test.dart
|
| index b7d030c390583fb17f35303a40672acd32bf4d10..b3b06c34d07ce3fefb49ef8d91c8014f2c64e538 100644
|
| --- a/tests/html/form_element_test.dart
|
| +++ b/tests/html/form_element_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library FormElementTest;
|
|
|
| -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';
|
|
|
| void main() {
|
|
|