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