| Index: tests/compiler/dart2js_native/native_wrapping_function_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_wrapping_function_frog_test.dart b/tests/compiler/dart2js_native/native_wrapping_function_frog_test.dart
|
| index 0495a5a17e8f8e42b04bfd61b991ac1a856e25db..b89d515e980d5ef6d3fc5355d37bbe0d8d76e342 100644
|
| --- a/tests/compiler/dart2js_native/native_wrapping_function_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_wrapping_function_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";
|
| +
|
| typedef void Callback0();
|
| typedef void Callback1(arg1);
|
| typedef void Callback2(arg1, arg2);
|
|
|