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

Unified Diff: tests/compiler/dart2js_native/hash_code_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/hash_code_test.dart
diff --git a/tests/compiler/dart2js_native/hash_code_test.dart b/tests/compiler/dart2js_native/hash_code_test.dart
index 452c7aa6560f788428f37a758a0574fbbd5c0ddf..c909a108ddea4dd67694e754101476500180c060 100644
--- a/tests/compiler/dart2js_native/hash_code_test.dart
+++ b/tests/compiler/dart2js_native/hash_code_test.dart
@@ -7,7 +7,8 @@ import "package:expect/expect.dart";
@Native("A")
class A {}
-makeA() native;
+
+makeA() native ;
void setup() native """
function A() {}
« no previous file with comments | « tests/compiler/dart2js_native/fixup_get_tag_test.dart ('k') | tests/compiler/dart2js_native/issue9182_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698