| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
|
| index a9055022ccd24b8a2e36cc71ac6674f754116f3d..15aca3f09be3bf7a3cc60ad99fb69a5d38b29774 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.app.dart
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // 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 myApp;
|
|
|
| import "some.lib.dart";
|
| part "my.dart";
|
|
|