| 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 ee0af943d5dc7148c5e9a0dce6bab95add0e981a..d8af8261c91316a4f388120370b3d56c09d49e5c 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
|
| @@ -11,7 +11,7 @@ class GetName {
|
| baz(x, y, z) => "baz";
|
| }
|
|
|
| -String getName(im) => reflect(new GetName()).delegate(im);;
|
| +String getName(im) => reflect(new GetName()).delegate(im);
|
|
|
| @Native("A")
|
| class A {
|
|
|