| Index: compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| index 28bf2800163395280569052b2f94bb16a23f2c5d..9afac469af4a9575bed9d143b901288c6b4f156b 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| @@ -1626,7 +1626,7 @@ public class ResolverTest extends ResolverTestCase {
|
| " A.noField = 1;",
|
| "}"),
|
| errEx(ResolverErrorCode.CANNOT_BE_RESOLVED, 3, 22, 1),
|
| - errEx(ResolverErrorCode.CANNOT_BE_RESOLVED, 6, 5, 7));
|
| + errEx(TypeErrorCode.CANNOT_BE_RESOLVED, 6, 5, 7));
|
| }
|
|
|
| public void test_invokeTypeAlias() throws Exception {
|
|
|