Chromium Code Reviews| Index: tests/language/getter_setter_in_lib.dart | 
| =================================================================== | 
| --- tests/language/getter_setter_in_lib.dart (revision 15598) | 
| +++ tests/language/getter_setter_in_lib.dart (working copy) | 
| @@ -2,7 +2,7 @@ | 
| // for details. All rights reserved. Use of this source code is governed by a | 
| // BSD-style license that can be found in the LICENSE file. | 
| -#library('GetterSetterInLib'); | 
| +library GetterSetterInLib; | 
| get foo => 42; | 
| set foo(a) {} |