Index: tests/html/mouse_event_test.dart |
diff --git a/tests/html/mouse_event_test.dart b/tests/html/mouse_event_test.dart |
index 4be967bda1b0d60fb55b220d9231f8480fa70328..dcd442ff833f063a219cc9beb170173611f455bd 100644 |
--- a/tests/html/mouse_event_test.dart |
+++ b/tests/html/mouse_event_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library mouse_event_test; |
-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() { |