| Index: compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java (revision 4968)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java (working copy)
|
| @@ -728,7 +728,7 @@
|
| "class B extends A native 'N' {",
|
| "}",
|
| ""),
|
| - errEx(ParserErrorCode.NATIVE_MUST_NOT_EXTEND, 4, 19, 6));
|
| + errEx(ParserErrorCode.NATIVE_ONLY_CORE_LIB, 4, 19, 6));
|
| }
|
|
|
| /**
|
|
|