| Index: tests/html/location_test.dart
|
| diff --git a/tests/html/location_test.dart b/tests/html/location_test.dart
|
| index d5c8e5e7c3ca3007387e293980b31f4b3fd8719a..e274a2a02f07cc70d3e11501932b72ec4387a396 100644
|
| --- a/tests/html/location_test.dart
|
| +++ b/tests/html/location_test.dart
|
| @@ -1,6 +1,6 @@
|
| library LocationTest;
|
| -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() {
|
|
|