| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.lib.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.lib.dart (revision 10652)
|
| +++ compiler/javatests/com/google/dart/compiler/end2end/inc/someimpl.lib.dart (working copy)
|
| @@ -2,6 +2,6 @@
|
| // 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("someimpl_dart");
|
| -#import("some.lib.dart");
|
| -#source("someimpl.dart");
|
| +library someimpl_dart;
|
| +import "some.lib.dart";
|
| +part "someimpl.dart";
|
|
|