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

Unified Diff: tests/compiler/dart2js_native/core_type_check_native_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/core_type_check_native_test.dart
diff --git a/tests/compiler/dart2js_native/core_type_check_native_test.dart b/tests/compiler/dart2js_native/core_type_check_native_test.dart
index 307509f5f9d55ff85fbf2b40d40cf77dc098685e..dc8019fe2a2c4db4ac3f722e991ff2ab79ba2ab3 100644
--- a/tests/compiler/dart2js_native/core_type_check_native_test.dart
+++ b/tests/compiler/dart2js_native/core_type_check_native_test.dart
@@ -16,10 +16,10 @@ class C implements Pattern {}
@Native("D")
class D implements Pattern, Comparable {}
-makeA() native ;
-makeB() native ;
-makeC() native ;
-makeD() native ;
+makeA() native;
+makeB() native;
+makeC() native;
+makeD() native;
void setup() native """
function A() {};

Powered by Google App Engine
This is Rietveld 408576698