Index: tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart |
diff --git a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart |
index c75ec0fc230ed5f3fc8d34a0e80f4d8f5a803b35..feec6bbf89d57fd7a376f9b927ac4baceb83cbb9 100644 |
--- a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart |
+++ b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart |
@@ -12,6 +12,6 @@ import 'dart:_js_helper'; |
// Native impl has same name as abstract class. |
@Native("I") |
class Impl implements I { |
- Impl read() native ; |
- write(Impl x) native ; |
+ Impl read() native; |
+ write(Impl x) native; |
} |