| Index: tests/language/pseudo_kw_illegal_test.dart
|
| ===================================================================
|
| --- tests/language/pseudo_kw_illegal_test.dart (revision 15648)
|
| +++ tests/language/pseudo_kw_illegal_test.dart (working copy)
|
| @@ -12,7 +12,6 @@
|
| class get { } /// 06: compile-time error
|
| class implements { } /// 07: compile-time error
|
| class import { } /// 08: compile-time error
|
| -class interface { } /// 09: compile-time error
|
| class library { } /// 10: compile-time error
|
| class operator { } /// 12: compile-time error
|
| class part { } /// 18: compile-time error
|
|
|