| Index: compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
|
| index ef159e20d527aacaf49c364a70ae3f45409738ae..57657715fb0ff688e082ed19345d2e28a4afee57 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
|
| @@ -957,7 +957,7 @@ public class NegativeResolverTest extends CompilerTestCase {
|
| " A.foo(this.x) { }",
|
| " final x;",
|
| "}"),
|
| - errEx(ResolverErrorCode.CONST_CONSTRUCTOR_MUST_CALL_CONST_SUPER, 3, 3, 25));
|
| + errEx(ResolverErrorCode.CONST_CONSTRUCTOR_MUST_CALL_CONST_SUPER, 3, 9, 1));
|
| }
|
|
|
| public void testRawTypesNegativeTest() {
|
|
|