Index: samples/tests/samples/lib/touch/touch_test.dart |
diff --git a/samples/tests/samples/lib/touch/touch_test.dart b/samples/tests/samples/lib/touch/touch_test.dart |
index 24f75aed68ef7af2728799b2438a14e9e3aee17a..99622fa4bee841115eb361e55699c86b7f3c2b6c 100644 |
--- a/samples/tests/samples/lib/touch/touch_test.dart |
+++ b/samples/tests/samples/lib/touch/touch_test.dart |
@@ -6,8 +6,8 @@ |
#import('dart:html'); // TODO(rnystrom): Only needed to tell architecture.py |
// that this is a web test. Come up with cleaner solution. |
-#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('../../../../ui_lib/touch/touch.dart'); |
main() { |