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 1da2d822aa9f255530321b344e28e54a305ca098..0b098429dacac23ff2600c6d7838d6f585224109 100644 |
--- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java |
@@ -1024,8 +1024,7 @@ public class ResolverTest extends ResolverTestCase { |
" MyClass() : super() {", |
" }", |
"}"), |
- ResolverErrorCode.NO_SUCH_TYPE, |
- ResolverErrorCode.CANNOT_RESOLVE_SUPER_CONSTRUCTOR); |
+ ResolverErrorCode.NO_SUCH_TYPE); |
} |
public void test_shadowType_withVariable() throws Exception { |