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

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

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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_super_call_test.dart
diff --git a/tests/compiler/dart2js_native/subclassing_super_call_test.dart b/tests/compiler/dart2js_native/subclassing_super_call_test.dart
index be901127e4a86db21c1b317274faf18a118dc0b0..a94c01bf32d77e9d689a417a17be577b38371a49 100644
--- a/tests/compiler/dart2js_native/subclassing_super_call_test.dart
+++ b/tests/compiler/dart2js_native/subclassing_super_call_test.dart
@@ -16,7 +16,7 @@ class N1 {}
class N2 extends N1 {
N2.init();
String text;
- foo() native ;
+ foo() native;
}
class AA extends N2 {
@@ -37,10 +37,10 @@ class BB extends AA {
afun() => super.afun();
}
-BB makeBB() native ;
+BB makeBB() native;
@Creates('=Object')
-getBBPrototype() native ;
+getBBPrototype() native;
void setup() native r"""
function N2() {}

Powered by Google App Engine
This is Rietveld 408576698