Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_missing_method2_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_missing_method2_test.dart b/tests/compiler/dart2js_foreign/native_missing_method2_test.dart |
| index eaeb9df9a4fb32b6e6febed322cf4bf0976db559..13feebd602f2ee0b03e563872e8c9d55796c398a 100644 |
| --- a/tests/compiler/dart2js_foreign/native_missing_method2_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_missing_method2_test.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| @native("*A") |
| -class A { |
| +class A { |
| } |
| @native makeA(); |