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); |
ahe
2011/12/15 09:02:13
I assume SomeClass exists.
zundel
2011/12/16 21:36:29
Some where... in another file pulled in from my.ap
|
var msg = sc.message; |
// Reference global var defined in myother0.dart |