| Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
| index 54781cf15bc37f7a22fbdba50276a1ca59f5b781..40b5e65ffc2f0b3c38681b12f7b369538cbdde00 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
| @@ -356,7 +356,7 @@ public abstract class TypeAnalyzerTestCase extends TypeTestCase {
|
| }
|
|
|
| private DartUnit parseUnit(String string) {
|
| - DartSourceString source = new DartSourceString("<source string>", string);
|
| + // DartSourceString source = new DartSourceString("<source string>", string);
|
| return getParser(string).parseUnit();
|
| }
|
|
|
|
|