| 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 17dc60e92a01342489427ee9116ea5c7d2ab2206..e595936d44696ca995d3e023bc767dedb06750be 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
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Additional Dart code may be 'placed on' hidden native classes.
|
|
|
| class A native "*A" {
|
|
|