| 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 0a117c171396ba845a719d5c4836cb5316dc4179..66c0d2ade433715b780e800a5bceffae45c15dfc 100644
|
| --- a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| @@ -101,11 +101,6 @@ public class TestCompilerConfiguration implements CompilerConfiguration {
|
| }
|
|
|
| @Override
|
| - public boolean collectComments() {
|
| - return false;
|
| - }
|
| -
|
| - @Override
|
| public LibrarySource getSystemLibraryFor(String importSpec) {
|
| URI systemUri;
|
| try {
|
|
|