| Index: tests/compiler/dart2js_native/subclassing_2_test.dart
|
| diff --git a/tests/compiler/dart2js_native/subclassing_2_test.dart b/tests/compiler/dart2js_native/subclassing_2_test.dart
|
| index a6b8bb30a0aa06b5e61cc54da56fea2cd96cf51c..ae56d636adbff89857c54f137d71a4dde140fcd8 100644
|
| --- a/tests/compiler/dart2js_native/subclassing_2_test.dart
|
| +++ b/tests/compiler/dart2js_native/subclassing_2_test.dart
|
| @@ -22,10 +22,10 @@ class B extends A {
|
| oof() => 'B';
|
| }
|
|
|
| -B makeB() native ;
|
| +B makeB() native;
|
|
|
| @Creates('=Object')
|
| -getBPrototype() native ;
|
| +getBPrototype() native;
|
|
|
| void setup() native r"""
|
| function A() {}
|
|
|