| 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 bdec44eada40431f2143157082c4ef61891d6365..dd4585789c0a87e184b4cf15d326912748b88645 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
| @@ -903,7 +903,7 @@ public class ResolverTest extends ResolverTestCase {
|
| " }",
|
| " }",
|
| "}"),
|
| - ResolverErrorCode.NO_SUCH_TYPE);
|
| + TypeErrorCode.NO_SUCH_TYPE);
|
| }
|
|
|
| public void test_noSuchType_inCatch() throws Exception {
|
|
|