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

Unified Diff: tests/isolate/illegal_msg_stream_test.dart

Issue 13724021: Remove deprecated Expect from the libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Rebase. 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
« no previous file with comments | « tests/isolate/global_error_handler_stream2_test.dart ('k') | tests/language/argument_definition6_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/illegal_msg_stream_test.dart
diff --git a/tests/isolate/illegal_msg_stream_test.dart b/tests/isolate/illegal_msg_stream_test.dart
index 663572b2a5427d3c8d50fe3a59e99a94d3e5d3bc..bcc91354657574b38e388c5d8fcf03eb09b9ba8f 100644
--- a/tests/isolate/illegal_msg_stream_test.dart
+++ b/tests/isolate/illegal_msg_stream_test.dart
@@ -4,6 +4,7 @@
library test;
+import 'package:expect/expect.dart';
import 'dart:isolate';
funcFoo(x) => x + 2;
« no previous file with comments | « tests/isolate/global_error_handler_stream2_test.dart ('k') | tests/language/argument_definition6_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698