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

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

Issue 14251006: Remove AsyncError with Expando. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebuild DOM and 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
Index: tests/standalone/io/dart_std_io_pipe_test.dart
diff --git a/tests/standalone/io/dart_std_io_pipe_test.dart b/tests/standalone/io/dart_std_io_pipe_test.dart
index bdbffeb2ec8f775bfd421bd16fad4297b28c6514..01d17f9057956f35151fb1f390a70c3c2163a961 100644
--- a/tests/standalone/io/dart_std_io_pipe_test.dart
+++ b/tests/standalone/io/dart_std_io_pipe_test.dart
@@ -93,7 +93,7 @@ void test(String shellScript, String dartScript, String type, bool devNull) {
});
future.catchError((error) {
dir.deleteSync(recursive: true);
- Expect.fail(error.error.toString());
+ Expect.fail(error.toString());
});
}

Powered by Google App Engine
This is Rietveld 408576698