| Index: compiler/javatests/com/google/dart/compiler/parser/Directives.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/Directives.dart (revision 10652)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/Directives.dart (working copy)
|
| @@ -3,11 +3,11 @@
|
| * Beginning comment
|
| */
|
|
|
| -#library("a-directives-test");
|
| +library a_directives_test;
|
|
|
| -#import("dart:core");
|
| +import "dart:core";
|
|
|
| -#source("ListObjectLiterals.dart");
|
| +part "ListObjectLiterals.dart";
|
|
|
| main() {
|
| // something to do here
|
|
|