| Index: tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| index 549b1111f039faac2c6bf3aa8b0a8d1223d3bb4d..22f436940d6e20cd1c71b24e03cfc8b7ac87a252 100644
|
| --- a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart
|
| @@ -12,7 +12,7 @@ class B native "*B" {
|
|
|
| class C {
|
| static create() => new C();
|
| - noSuchMethod(x, y) => "$x:$y";
|
| + noSuchMethod(x) => "${x.memberName}:${x.positionalArguments}";
|
| }
|
|
|
| makeA() native;
|
|
|