| Index: dart/tests/language/library_e.dart
|
| diff --git a/dart/tests/language/library_e.dart b/dart/tests/language/library_e.dart
|
| index 4622568489ceb56276fe15147dab295401d9deb9..b4dcf46284f882c40e3e47770ba4ad89a2b2e26d 100644
|
| --- a/dart/tests/language/library_e.dart
|
| +++ b/dart/tests/language/library_e.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
|
|
| -library libraryE;
|
| -import "library_c.dart";
|
| -import "library_f.dart";
|
| +#library("libraryE.dart");
|
| +#import("library_c.dart");
|
| +#import("library_f.dart");
|
|
|
| var fooE = 0;
|
|
|