| Index: compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| diff --git a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| index 0b41ccfc50fb446fd480ac86609fb0af0173607d..fc0fb18546affdaa236dd750efa7ce8d8cd0d116 100644
|
| --- a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| @@ -101,6 +101,11 @@ public class TestCompilerConfiguration implements CompilerConfiguration {
|
| }
|
|
|
| @Override
|
| + public boolean printMachineProblems() {
|
| + return true;
|
| + }
|
| +
|
| + @Override
|
| public boolean collectComments() {
|
| return false;
|
| }
|
|
|