Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9ea0f421fe1a2c6ab6c1a062e3bf9758ff0f6a1a..c75ec0fc230ed5f3fc8d34a0e80f4d8f5a803b35 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
@@ -5,12 +5,13 @@
// Native implementation.
library lib2;
-import 'native_library_same_name_used_lib1.dart'; // To get abstract class I.
+
+import 'native_library_same_name_used_lib1.dart'; // To get abstract class I.
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 ;
}

Powered by Google App Engine
This is Rietveld 408576698