| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
|
| index 62ea0d17336e8d3d2d8468984516051dbdbc1643..37619d832c17dd2b2b0813615fbd4804a8e4f20b 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
|
| @@ -21,7 +21,7 @@ main() {
|
| var f = Other3.field;
|
|
|
| // Reference SomeClass via new, and SomeClassImpl transitively.
|
| - var sc = new SomeClass();
|
| + var sc = new SomeClass(1);
|
| var msg = sc.message;
|
|
|
| // Reference global var defined in myother0.dart
|
|
|