| Index: tests/compiler/dart2js_native/dispatch_property_initialization_test.dart
|
| diff --git a/tests/compiler/dart2js_native/dispatch_property_initialization_test.dart b/tests/compiler/dart2js_native/dispatch_property_initialization_test.dart
|
| index 6da238e59455b596f63f0b3e66c465261094d958..6fa49cbf929dccef5f389866f6d693014f251921 100644
|
| --- a/tests/compiler/dart2js_native/dispatch_property_initialization_test.dart
|
| +++ b/tests/compiler/dart2js_native/dispatch_property_initialization_test.dart
|
| @@ -22,7 +22,6 @@ self.makeFoo = function() { return new Foo(); }
|
| self.nativeConstructor(Foo);
|
| """;
|
|
|
| -
|
| main() {
|
| nativeTesting();
|
| setup();
|
|
|