| 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..80a1bd3461fa868f81e0b7b2f3e356a6d91ce7fa 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", 5);
|
| }
|
|
|
| private TestCompilerContext getContext() {
|
|
|