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

Unified Diff: tests/compiler/dart2js_native/browser_compat_1_unpatched_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/browser_compat_1_unpatched_test.dart
diff --git a/tests/compiler/dart2js_native/browser_compat_1_unpatched_test.dart b/tests/compiler/dart2js_native/browser_compat_1_unpatched_test.dart
index efe896e068b6a72ef06b24537dfde1d993d3a4e1..f4bfbf532bea6f612748c5152bad8ab9156df514 100644
--- a/tests/compiler/dart2js_native/browser_compat_1_unpatched_test.dart
+++ b/tests/compiler/dart2js_native/browser_compat_1_unpatched_test.dart
@@ -16,11 +16,11 @@ class T1B {}
@Native("T1C")
class T1C {}
-makeT1A() native ;
-makeT1B() native ;
-makeT1C() native ;
+makeT1A() native;
+makeT1B() native;
+makeT1C() native;
-int getTagCallCount() native ;
+int getTagCallCount() native;
void setup() native r'''
function T1A() { } // Normal native class.

Powered by Google App Engine
This is Rietveld 408576698