| Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| index 137bf358cf47684d7d6528a14846a03c60c48ae1..ebf99072938382062a07c17dc5c11500f80ea2b4 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| @@ -5956,7 +5956,8 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase {
|
| " });",
|
| "}",
|
| "");
|
| - assertErrors(result.getErrors(), errEx(TypeErrorCode.NOT_A_MEMBER_OF_INFERRED, 16, 11, 7));
|
| + // don't report error, because there IS member, we just don't know which one
|
| + assertErrors(result.getErrors());
|
| }
|
|
|
| /**
|
|
|