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

Unified Diff: tests/compiler/dart2js_native/fake_thing_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/fake_thing_test.dart
diff --git a/tests/compiler/dart2js_native/fake_thing_test.dart b/tests/compiler/dart2js_native/fake_thing_test.dart
index 20a84a24e8b90812569666af8e950711171d7645..8af303be0961bc49ca133d3f07a3c0e2bd35ca3a 100644
--- a/tests/compiler/dart2js_native/fake_thing_test.dart
+++ b/tests/compiler/dart2js_native/fake_thing_test.dart
@@ -10,11 +10,10 @@ import "package:expect/expect.dart";
// This test currently fails because we do not recognize the need for
// interceptors without native *classes*.
-class Thing {
-}
+class Thing {}
-make1() native;
-make2() native;
+make1() native ;
+make2() native ;
void setup() native r"""
function A() {}
« no previous file with comments | « tests/compiler/dart2js_native/fake_thing_2_test.dart ('k') | tests/compiler/dart2js_native/field_type2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698