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

Unified Diff: tests/language_strong/regress_21793_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « tests/language_strong/regress_19413_test.dart ('k') | tests/language_strong/regress_21912_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/regress_21793_test.dart
diff --git a/tests/language_strong/regress_21793_test.dart b/tests/language_strong/regress_21793_test.dart
index 623f7f71ffc1a1a1eff04cef3c9ffe4f81037ded..ce85cb59d05506287140327a332af49abd19bc9a 100644
--- a/tests/language_strong/regress_21793_test.dart
+++ b/tests/language_strong/regress_21793_test.dart
@@ -7,7 +7,9 @@
import 'package:expect/expect.dart';
/* // //# 01: static type warning, runtime error
-class A { call(x) => x; }
+class A {
+ call(x) => x;
+}
*/ // //# 01: continued
main() {
« no previous file with comments | « tests/language_strong/regress_19413_test.dart ('k') | tests/language_strong/regress_21912_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698