Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
| index fa1f87844cf0c1064eae609fc901510da640c721..3827cace440047f1521ad18b6ad03830c268ae39 100644 |
| --- a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
| +++ b/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
| @@ -4,7 +4,7 @@ |
| class A native "*A" { |
| bar() => 42; |
| - noSuchMethod(x,y) => "native($x:$y)"; |
| + noSuchMethod(x) => "native(${x.memberName}:${x.positionalArguments})"; |
| } |
| class B native "*B" { |