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

Unified Diff: tests/isolate/src/CountTest.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: review changes 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
Index: tests/isolate/src/CountTest.dart
diff --git a/tests/isolate/src/CountTest.dart b/tests/isolate/src/CountTest.dart
index ba93892ed4c56561e1b03a590555313e5749e3dc..97b6f89b2d63a9407d6a6f1ec06878ca7fc7fae4 100644
--- a/tests/isolate/src/CountTest.dart
+++ b/tests/isolate/src/CountTest.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("CountTest");
+#import('dart:isolate');
#import("TestFramework.dart");
class TestIsolate extends Isolate {

Powered by Google App Engine
This is Rietveld 408576698