| Index: tests/language/built_in_identifier_illegal_test.dart
|
| diff --git a/tests/language/built_in_identifier_illegal_test.dart b/tests/language/built_in_identifier_illegal_test.dart
|
| index 36cdeec13804355f24c6695fc16c6f14fe15c9f9..29af0ea59a03fe6330b5e0079f2f2b8339d6b99a 100644
|
| --- a/tests/language/built_in_identifier_illegal_test.dart
|
| +++ b/tests/language/built_in_identifier_illegal_test.dart
|
| @@ -20,4 +20,5 @@ class set { } // //# 13: compile-time error
|
| class static { } // //# 15: compile-time error
|
| class typedef { } // //# 16: compile-time error
|
|
|
| -main() {}
|
| +
|
| +main() { }
|
|
|