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

Unified Diff: tests/compiler/dart2js_native/foreign_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: 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/foreign_test.dart
diff --git a/tests/compiler/dart2js_native/foreign_test.dart b/tests/compiler/dart2js_native/foreign_test.dart
index dcefa26501ed015bec4f1c2caf73a50f5f6d4979..952ecda91d23550adbbfc9749de23ce5263f8852 100644
--- a/tests/compiler/dart2js_native/foreign_test.dart
+++ b/tests/compiler/dart2js_native/foreign_test.dart
@@ -22,8 +22,8 @@ foreign2() {
}
foreign11(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11) {
- return JS("num", r"# + # + # + # + # + # + # + # + # + # + #",
- a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
+ return JS("num", r"# + # + # + # + # + # + # + # + # + # + #", a1, a2, a3, a4,
Siggi Cherem (dart-lang) 2016/09/16 20:55:24 I might prefer the old way here... tentative rever
Harry Terkelsen 2016/09/16 21:44:04 I prefer the old way too, reverted
+ a5, a6, a7, a8, a9, a10, a11);
}
void main() {

Powered by Google App Engine
This is Rietveld 408576698