| 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 3827cace440047f1521ad18b6ad03830c268ae39..fa1f87844cf0c1064eae609fc901510da640c721 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) => "native(${x.memberName}:${x.positionalArguments})";
|
| + noSuchMethod(x,y) => "native($x:$y)";
|
| }
|
|
|
| class B native "*B" {
|
|
|