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

Unified Diff: tests/compiler/dart2js_extra/type_constant_switch_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_extra/type_constant_switch_test.dart
diff --git a/tests/compiler/dart2js_extra/type_constant_switch_test.dart b/tests/compiler/dart2js_extra/type_constant_switch_test.dart
index b28d6dc96b113e0477cc40b96b026c8f480200a9..8f54c0410bb0940e31a5deb962b2d22b65d18b01 100644
--- a/tests/compiler/dart2js_extra/type_constant_switch_test.dart
+++ b/tests/compiler/dart2js_extra/type_constant_switch_test.dart
@@ -11,6 +11,9 @@ var v;
main() {
switch (v) {
- case C: break; /// 01: compile-time error
+ case C:
+ break;
+
+ /// 01: compile-time error
Siggi Cherem (dart-lang) 2016/09/16 20:55:23 ditto
Harry Terkelsen 2016/09/16 21:44:03 Done.
}
}

Powered by Google App Engine
This is Rietveld 408576698