Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java

Issue 10116032: Issue 2639. Resolve implicit super() constructor invocation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698