| Index: tests/html/htmloptionscollection_test.dart
|
| diff --git a/tests/html/htmloptionscollection_test.dart b/tests/html/htmloptionscollection_test.dart
|
| index 9a633ab83ec0e1339ce1c822d67ceb5c3118e83b..cc5166a32fa26d052d93d7ca24cc4b9c90880381 100644
|
| --- a/tests/html/htmloptionscollection_test.dart
|
| +++ b/tests/html/htmloptionscollection_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library HTMLOptionsCollectionTest;
|
| -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() {
|
|
|