| Index: tests/compiler/dart2js_native/native_call_arity2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_call_arity2_frog_test.dart b/tests/compiler/dart2js_native/native_call_arity2_frog_test.dart
|
| index f292ad1bf0cb939d0a9bfe8bf646ace2c41d235c..0014b0073bfd5e8b2d1ffb8cb1231352da5d14b5 100644
|
| --- a/tests/compiler/dart2js_native/native_call_arity2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_call_arity2_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";
|
| +
|
| // This is a similar test to NativeCallArity1FrogTest, but makes sure
|
| // that subclasses also get the right number of arguments.
|
|
|
|
|