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

Unified Diff: tests/isolate/src/IsolateNegativeTest.dart

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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
« no previous file with comments | « tests/isolate/src/IsolateImportNegativeTest.dart ('k') | tests/isolate/src/MandelIsolateTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/src/IsolateNegativeTest.dart
diff --git a/tests/isolate/src/IsolateNegativeTest.dart b/tests/isolate/src/IsolateNegativeTest.dart
index 8f0e214eab3d1c87297d1ac0746b922f49f3d32a..195e94118f6cf517c18ed141d13a35e057b6646f 100644
--- a/tests/isolate/src/IsolateNegativeTest.dart
+++ b/tests/isolate/src/IsolateNegativeTest.dart
@@ -5,7 +5,8 @@
// Dart test program for testing that isolates are spawned.
#library('IsolateNegativeTest');
-#import("TestFramework.dart");
+#import('dart:isolate');
+#import('TestFramework.dart');
class IsolateNegativeTest extends Isolate {
IsolateNegativeTest() : super();
« no previous file with comments | « tests/isolate/src/IsolateImportNegativeTest.dart ('k') | tests/isolate/src/MandelIsolateTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698