Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
| diff --git a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
| index 453fc9b0e99e0edb96ead1a7405434fa493fee84..19ca2772408fff43181828b3605d0414a4654e69 100644 |
| --- a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
| +++ b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java |
| @@ -53,6 +53,8 @@ public class UnitTestBatchRunner { |
| System.out.flush(); |
| } |
| } catch (Throwable e) { |
| + System.err.println(">>> EOF STDERR"); |
| + System.err.flush(); |
| System.out.println(">>> TEST CRASH"); |
| System.out.flush(); |
| throw e; |