| Index: utils/tests/css/declaration_test.dart
 | 
| ===================================================================
 | 
| --- utils/tests/css/declaration_test.dart	(revision 14646)
 | 
| +++ utils/tests/css/declaration_test.dart	(working copy)
 | 
| @@ -2,8 +2,8 @@
 | 
|  // 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("declaration_tests");
 | 
| -#import("../../css/css.dart");
 | 
| +library declaration_tests;
 | 
| +import '../../css/css.dart';
 | 
|  
 | 
|  void main() {
 | 
|    initCssWorld();
 | 
| 
 |