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

Unified Diff: tests/compiler/dart2js_native/fixup_get_tag_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/fixup_get_tag_test.dart
diff --git a/tests/compiler/dart2js_native/fixup_get_tag_test.dart b/tests/compiler/dart2js_native/fixup_get_tag_test.dart
index 0f689867e4a40edb67952f3e5e316284117bac49..8fc9b70cdc6525144cb331b42fa51fea9120398d 100644
--- a/tests/compiler/dart2js_native/fixup_get_tag_test.dart
+++ b/tests/compiler/dart2js_native/fixup_get_tag_test.dart
@@ -8,8 +8,9 @@ import "package:expect/expect.dart";
// Test for dartExperimentalFixupGetTag.
@Native("A")
-class Foo { // There is one native class with dispatch tag 'A'.
- token() native;
+class Foo {
+ // There is one native class with dispatch tag 'A'.
+ token() native ;
}
void setup() native r"""
@@ -35,8 +36,8 @@ makeA = function() { return new A; };
makeB = function() { return new B; };
""";
-makeA() native;
-makeB() native;
+makeA() native ;
+makeB() native ;
main() {
setup();
« no previous file with comments | « tests/compiler/dart2js_native/field_type_test.dart ('k') | tests/compiler/dart2js_native/hash_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698