Index: tests/html/window_mangling_test.dart |
diff --git a/tests/html/window_mangling_test.dart b/tests/html/window_mangling_test.dart |
index 33704b3754864de3f5ba2cb99e08a227a10e4d82..f1a8b384da9b0672a63810c3f58f94622af4b411 100644 |
--- a/tests/html/window_mangling_test.dart |
+++ b/tests/html/window_mangling_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library WindowManglingTest; |
-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' as dom; |
// Defined in dom.Window. |