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 04adbe35a4e5f9fb271f1b3a9ca94ea74f0eadf4..e3dfec0057ea55c20ca00bac002d5bb2156a990f 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()); |
}); |
} |