Index: tests/html/event_customevent_test.dart |
diff --git a/tests/html/event_customevent_test.dart b/tests/html/event_customevent_test.dart |
index e0f5464238dfd56654f6183060b1de75d9dab7fc..80c30c3b7589ac7127d2f2f4f7c1cf28105b2d92 100644 |
--- a/tests/html/event_customevent_test.dart |
+++ b/tests/html/event_customevent_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('EventCustomEventTest'); |
-#import('../../pkg/unittest/unittest.dart'); |
-#import('../../pkg/unittest/html_config.dart'); |
+#import('../../pkg/unittest/lib/unittest.dart'); |
+#import('../../pkg/unittest/lib/html_config.dart'); |
#import('dart:html'); |
// TODO(nweiz): Make this private to testEvents when Frog supports closures with |