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

Unified Diff: tests/lib/async/future_constructor_test.dart

Issue 1133983002: Move isolate tests to lib/isolate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix merge Created 5 years, 7 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/lib/async/deferred/deferred_library.dart ('k') | tests/lib/async/stream_controller_async_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/future_constructor_test.dart
diff --git a/tests/lib/async/future_constructor_test.dart b/tests/lib/async/future_constructor_test.dart
index 64d946c7ccbdd80b61e78d38a1b4e6d16d4866fd..55193d96c3661a6c72a3db244536e1dfe10f0560 100644
--- a/tests/lib/async/future_constructor_test.dart
+++ b/tests/lib/async/future_constructor_test.dart
@@ -6,7 +6,6 @@ library future_test;
import "package:expect/expect.dart";
import 'dart:async';
-import 'dart:isolate';
main() {
compare(func) {
« no previous file with comments | « tests/lib/async/deferred/deferred_library.dart ('k') | tests/lib/async/stream_controller_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698