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

Unified Diff: tests/compiler/dart2js_native/fake_thing_2_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_2_test.dart
diff --git a/tests/compiler/dart2js_native/fake_thing_2_test.dart b/tests/compiler/dart2js_native/fake_thing_2_test.dart
index d2439193402803ac1ead6745a3d8bcdc7850ea97..3ec92e022e213b9838dfea8e9a9785bdf3035df9 100644
--- a/tests/compiler/dart2js_native/fake_thing_2_test.dart
+++ b/tests/compiler/dart2js_native/fake_thing_2_test.dart
@@ -10,16 +10,14 @@ import "package:expect/expect.dart";
// The difference between fake_thing_test and fake_thing_2_test is the
// presence of a used declared native class.
-class Thing {
-}
+class Thing {}
@Native("NT")
-class NativeThing {
-}
+class NativeThing {}
-make1() native;
-make2() native;
-make3() native;
+make1() native ;
+make2() native ;
+make3() native ;
void setup() native r"""
function A() {}
« no previous file with comments | « tests/compiler/dart2js_native/event_loop_test.dart ('k') | tests/compiler/dart2js_native/fake_thing_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698