| Index: tests/html/point_test.dart
|
| diff --git a/tests/html/point_test.dart b/tests/html/point_test.dart
|
| index 65a25f2c1e98728c26925dcd3efc40d3cc094d76..74a0646571ce8ec19241fbf6686aa647ab875255 100644
|
| --- a/tests/html/point_test.dart
|
| +++ b/tests/html/point_test.dart
|
| @@ -5,8 +5,8 @@
|
| library point_test;
|
|
|
| import 'dart:html';
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| +import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../pkg/unittest/lib/html_config.dart';
|
|
|
| main() {
|
| useHtmlConfiguration();
|
|
|