| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/my.merged.app.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/end2end/inc/my.merged.app.dart (revision 10652)
|
| +++ compiler/javatests/com/google/dart/compiler/end2end/inc/my.merged.app.dart (working copy)
|
| @@ -2,12 +2,12 @@
|
| // 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.
|
|
|
| -#import("some.lib.dart");
|
| -#source("my.dart");
|
| -#source("mybase.dart");
|
| -#source("myother0.dart");
|
| -#source("myother1.dart");
|
| -#source("myother2.dart");
|
| -#source("myother34.dart");
|
| -#source("myother5.dart");
|
| -#source("myother6.dart");
|
| +import "some.lib.dart";
|
| +part "my.dart";
|
| +part "mybase.dart";
|
| +part "myother0.dart";
|
| +part "myother1.dart";
|
| +part "myother2.dart";
|
| +part "myother34.dart";
|
| +part "myother5.dart";
|
| +part "myother6.dart";
|
|
|