| Index: tests/html/navigator_test.dart
|
| diff --git a/tests/html/navigator_test.dart b/tests/html/navigator_test.dart
|
| index abbcc4e541930072c804bb0f7423d5425779052b..2bc5cc8912749db3e0f117b72924d5d75c71ad43 100644
|
| --- a/tests/html/navigator_test.dart
|
| +++ b/tests/html/navigator_test.dart
|
| @@ -1,6 +1,6 @@
|
| library NavigatorTest;
|
| -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() {
|
|
|