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()); |
}); |
} |