Chromium Code Reviews

Unified Diff: tests/isolate/request_reply_test.dart

Issue 10911318: Revert "Make unittest follow the new package layout." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests/isolate/nested_spawn_test.dart ('k') | tests/isolate/spawn_function_custom_class_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/request_reply_test.dart
diff --git a/tests/isolate/request_reply_test.dart b/tests/isolate/request_reply_test.dart
index bfbe69b886f8bf8d50bf627d2e78a6b83c76e651..753564e7f13cd9e534c8975b542e79ba4cb6567a 100644
--- a/tests/isolate/request_reply_test.dart
+++ b/tests/isolate/request_reply_test.dart
@@ -5,7 +5,7 @@
#library("RequestReplyTest");
#import("dart:isolate");
-#import('../../pkg/unittest/lib/unittest.dart');
+#import('../../pkg/unittest/unittest.dart');
void entry() {
port.receive((message, SendPort replyTo) {
« no previous file with comments | « tests/isolate/nested_spawn_test.dart ('k') | tests/isolate/spawn_function_custom_class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine