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

Unified Diff: compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java

Issue 9865025: Revert "Removes dartc reliance on its own libraries, now can be targeted at any implementation's li… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: 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 19ca2772408fff43181828b3605d0414a4654e69..453fc9b0e99e0edb96ead1a7405434fa493fee84 100644
--- a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
+++ b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
@@ -53,8 +53,6 @@ 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;

Powered by Google App Engine
This is Rietveld 408576698