Index: tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
diff --git a/tests/compiler/dart2js_foreign/native_method_rename2_test.dart b/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
index 8c761f6d771e46f5f27a0464aef4bcf85dd87142..895b683e067f481afd05fab4450a5554f17960c7 100644 |
--- a/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
+++ b/tests/compiler/dart2js_foreign/native_method_rename2_test.dart |
@@ -5,7 +5,7 @@ |
// Test the feature where the native string declares the native method's name. |
@native("*A") |
-class A { |
+class A { |
@native('fooA') |
int foo(); |
} |