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 42e7ba23cb6c31db09c0a9f74a34fa6eaf22110e..5d7fbcfeeb59d8b81a9679a655efd6ebeb67b224 100644 |
--- a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
@@ -609,7 +609,7 @@ public class NegativeResolverTest extends CompilerTestCase { |
} |
public void testRawTypesNegativeTest() { |
- checkNumErrors("RawTypesNegativeTest.dart", 4); |
+ checkNumErrors("RawTypesNegativeTest.dart", 6); |
} |
private TestCompilerContext getContext() { |