Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_missing_method1_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_missing_method1_test.dart b/tests/compiler/dart2js_foreign/native_missing_method1_test.dart |
| index 2947247f6d4ef44d78db719b4935d23ba8cffa26..1739911a912516fcb5064970f909920187431eca 100644 |
| --- a/tests/compiler/dart2js_foreign/native_missing_method1_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_missing_method1_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(); |