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

Unified Diff: tests/compiler/dart2js_native/subclassing_1_test.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/subclassing_1_test.dart
diff --git a/tests/compiler/dart2js_native/subclassing_1_test.dart b/tests/compiler/dart2js_native/subclassing_1_test.dart
index b86130f5fe3ba3ad064d7eadcc34fdb5ead28e6e..77ca191f3b5393aed08ee2b38b71c3162976c0e3 100644
--- a/tests/compiler/dart2js_native/subclassing_1_test.dart
+++ b/tests/compiler/dart2js_native/subclassing_1_test.dart
@@ -11,7 +11,7 @@ import 'dart:_interceptors' show findInterceptorForType;
@Native("A")
class A {
- foo(x) => '$x,${this.oof()}';
+ foo(x) => '$x,${this.oof()}';
oof() => 'A';
}
@@ -19,15 +19,15 @@ class B extends A {
oof() => 'B';
}
-B makeB1() native;
-B makeB2() native;
-B makeC() native;
+B makeB1() native ;
+B makeB2() native ;
+B makeC() native ;
@Creates('=Object')
-getBPrototype() native;
+getBPrototype() native ;
@Creates('=Object')
-getCPrototype() native;
+getCPrototype() native ;
void setup() native r"""
function A() {}
« no previous file with comments | « tests/compiler/dart2js_native/static_methods_test.dart ('k') | tests/compiler/dart2js_native/subclassing_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698