| Index: tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart b/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart
|
| index e595936d44696ca995d3e023bc767dedb06750be..c5519e99c7cb833ff7e66f5f4a8c48b231ee55fb 100644
|
| --- a/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_class_with_dart_methods_frog_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
|
|
| // Additional Dart code may be 'placed on' hidden native classes.
|
|
|
| -class A native "*A" {
|
| +class A native "A" {
|
|
|
| var _field;
|
|
|
|
|