Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: tests/isolate/spawn_uri_nested_child1_vm_isolate.dart

Issue 13962004: adjust location of URI helper files for spawn_uri tests in the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
diff --git a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
index e1e709dccb23789d3bbc3b2707ab9990d1f8ebc6..26c661703035ad431c0fefaccead7f69c1ea3cf3 100644
--- a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
+++ b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart
@@ -7,7 +7,6 @@
// other isolate's code.
library NestedSpawnUriChild1Library;
import 'dart:isolate';
-import '../../pkg/unittest/lib/unittest.dart';
main() {
ReceivePort port2 = new ReceivePort();

Powered by Google App Engine
This is Rietveld 408576698