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

Unified Diff: tests/compiler/dart2js_native/native_mixin_with_plain_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/native_mixin_with_plain_test.dart
diff --git a/tests/compiler/dart2js_native/native_mixin_with_plain_test.dart b/tests/compiler/dart2js_native/native_mixin_with_plain_test.dart
index 5311c3236be836aec60e911124cc4295a399cd4f..535c28dda948c5da5d6001ef522942f295e14763 100644
--- a/tests/compiler/dart2js_native/native_mixin_with_plain_test.dart
+++ b/tests/compiler/dart2js_native/native_mixin_with_plain_test.dart
@@ -37,8 +37,8 @@ class D extends C with M {
get mm => 'D.mm($cc)';
}
-makeA() native ;
-makeB() native ;
+makeA() native;
+makeB() native;
void setup() native """
function A() {this.aa = 'aa'}

Powered by Google App Engine
This is Rietveld 408576698