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

Unified Diff: tests/standalone/io/process_run_output_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add deprecation comment for ExpectException and revert one test. 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/standalone/io/process_path_test.dart ('k') | tests/standalone/io/process_segfault_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_run_output_test.dart
diff --git a/tests/standalone/io/process_run_output_test.dart b/tests/standalone/io/process_run_output_test.dart
index bc5a4e3d5433a879505633de10e83d45048f0f6a..5dd731bb3723272803621f3c57f68539aec4bc47 100644
--- a/tests/standalone/io/process_run_output_test.dart
+++ b/tests/standalone/io/process_run_output_test.dart
@@ -5,6 +5,7 @@
// Test script for testing that output is handled correctly for
// non-interactive processes started with Process.run.
+import "package:expect/expect.dart";
import "dart:io";
import "process_test_util.dart";
« no previous file with comments | « tests/standalone/io/process_path_test.dart ('k') | tests/standalone/io/process_segfault_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698