| Index: tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| index fbd5d0dab448ab3d0b22794edc7ac93d429e2267..adba407abbedff72d242573bd822c755b6d3ed50 100644
|
| --- a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
|
|
| typedef void MyFunctionType();
|
|
|
| -class A native "*A" {
|
| +class A native "A" {
|
| setClosure(MyFunctionType f) native;
|
| check(MyFunctionType f) native;
|
| invoke() native;
|
|
|