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