| 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 9f9b16e26b63c74ebe083c034b3de3281a6d94f6..d89af675202832e7cc635f70de5294fe3ccdac05 100644
 | 
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
 | 
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
 | 
| @@ -364,4 +364,11 @@ public class TypeAnalyzerTestCase extends TypeTestCase {
 | 
|    private Type typeOf(String expression) {
 | 
|      return analyzeNode(parseExpression(expression));
 | 
|    }
 | 
| +
 | 
| +  /**
 | 
| +   * This is dummy test method, I have to add it because in other case JUnit (at least in Eclipse)
 | 
| +   * complains that this test suite has to test methods.
 | 
| +   */
 | 
| +  public void testDummy() throws Exception {
 | 
| +  }
 | 
|  }
 | 
| 
 |