| Index: tests/compiler/dart2js_foreign/native_wrapping_function3_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_wrapping_function3_test.dart b/tests/compiler/dart2js_foreign/native_wrapping_function3_test.dart
|
| index 371ad2e05f0e45465d7b1590beb56ffc8e7185dc..ef22da5286031124afa0cd7647a87ba359faefc4 100644
|
| --- a/tests/compiler/dart2js_foreign/native_wrapping_function3_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_wrapping_function3_test.dart
|
| @@ -7,7 +7,7 @@ typedef void Callback1(arg1);
|
| typedef void Callback2(arg1, arg2);
|
|
|
| @native("*A")
|
| -class A {
|
| +class A {
|
| @native foo1(Callback1 closure, [arg1 = 0]);
|
| @native foo2(Callback2 closure, [arg1 = 0, arg2 = 1]);
|
| }
|
|
|