Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_call_arity1_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart |
| index b59df1682b17db2409e014493ebfe3d905079758..61cd7a874323d5a1bdf89fd1f7ad14f0dc775680 100644 |
| --- a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart |
| @@ -11,12 +11,12 @@ |
| // arguments to be passed. |
| @native("*A") |
| -class A { |
| +class A { |
| @native int foo(int x); |
| } |
| @native("*B") |
| -class B { |
| +class B { |
| @native int foo([x, y, z]); |
| } |