Chromium Code Reviews| Index: tests/compiler/dart2js_foreign/native_checked_fields_test.dart |
| diff --git a/tests/compiler/dart2js_foreign/native_checked_fields_test.dart b/tests/compiler/dart2js_foreign/native_checked_fields_test.dart |
| index a15728341a8eaf64bd34a02055f5006b2c3e78c5..f1017605de039435c2ca2ee42c62cf801467538c 100644 |
| --- a/tests/compiler/dart2js_foreign/native_checked_fields_test.dart |
| +++ b/tests/compiler/dart2js_foreign/native_checked_fields_test.dart |
| @@ -5,12 +5,12 @@ |
| // Test that type checks occur on assignment to fields of native methods. |
| @native("*A") |
| -class A { |
| +class A { |
| int foo; |
| } |
| @native("*B") |
| -class B { |
| +class B { |
| String foo; |
| } |