Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_method_with_keyword_name_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_method_with_keyword_name_test.dart b/tests/compiler/dart2js_foreign/native_method_with_keyword_name_test.dart |
| index f0d2ba132694a76c4202d5be7d0f4db53fc65c66..2a7e491b5eaa3ac92e4e087b0bd87fa9217dc919 100644 |
| --- a/tests/compiler/dart2js_foreign/native_method_with_keyword_name_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_method_with_keyword_name_test.dart |
| @@ -5,7 +5,7 @@ |
| // Make sure we can have a native with a name that is a JavaScript keyword. |
| @native("*A") |
| -class A { |
| +class A { |
| @native int delete(); |
| } |