Index: tests/html/uri_test.dart |
diff --git a/tests/html/uri_test.dart b/tests/html/uri_test.dart |
index af2ae82bbc5c7c2a850919540f057dba3bedc4c9..9079884934d5b91fd1dd7e3d3f55b06cf950a7d7 100644 |
--- a/tests/html/uri_test.dart |
+++ b/tests/html/uri_test.dart |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-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() { |