Index: tests/compiler/dart2js_native/native_class_fields_2_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_fields_2_test.dart b/tests/compiler/dart2js_native/native_class_fields_2_test.dart |
index efd43986d714404d3c52d4bcedf35f603d6e121b..40bae42c20f5214bcc4a90daf1f8f3371e626578 100644 |
--- a/tests/compiler/dart2js_native/native_class_fields_2_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_fields_2_test.dart |
@@ -35,7 +35,7 @@ makeA = function() { return new A; }; |
self.nativeConstructor(A); |
"""; |
-A makeA() native ; |
+A makeA() native; |
class B { |
void a() {} |