| Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| index 5cb454d896c66ac6cac4b9099211b70e083d3468..0b8c7e930c21121ed9634ac99aada68c598cbefe 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| @@ -1332,7 +1332,6 @@ public class TypeAnalyzerTest extends TypeAnalyzerTestCase {
|
| analyzeFail("{ void f() {} assert(f()); }", TypeErrorCode.VOID);
|
| analyzeFail("{ void f() {} assert(f); }", TypeErrorCode.VOID);
|
| analyzeFail("{ void f() {} while (f()); }", TypeErrorCode.VOID);
|
| - //analyzeFail("{ void f() {} ({ 'x': f() }); }", TypeErrorCode.VOID); // TODO issue 1353
|
| analyzeFail("{ void f() {}; ({ 'x': f() }); }", TypeErrorCode.VOID);
|
| }
|
|
|
|
|