| Index: tests/compiler/dart2js_native/rti_only_native_test.dart
|
| diff --git a/tests/compiler/dart2js_native/rti_only_native_test.dart b/tests/compiler/dart2js_native/rti_only_native_test.dart
|
| index 634f7522701e8f3288eb60cc1f0ddc6d6581bfa6..981f411a92c8d5256fad56f2d48f8327527aa33c 100644
|
| --- a/tests/compiler/dart2js_native/rti_only_native_test.dart
|
| +++ b/tests/compiler/dart2js_native/rti_only_native_test.dart
|
| @@ -7,7 +7,10 @@
|
| // See my explanation in https://codereview.chromium.org/14018036/.
|
| // -- ahe
|
|
|
| -class A native "A" {
|
| +import "dart:_js_helper";
|
| +
|
| +@Native("A")
|
| +class A {
|
| // Just making sure the field name is unique.
|
| var rti_only_native_test_field;
|
| }
|
|
|