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

Unified Diff: tests/language_strong/top_level_getter_no_setter1_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/syntax_test.dart ('k') | tests/language_strong/top_level_getter_no_setter2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/top_level_getter_no_setter1_test.dart
diff --git a/tests/language_strong/top_level_getter_no_setter1_test.dart b/tests/language_strong/top_level_getter_no_setter1_test.dart
index 967fde664741e805baa8877891f31e195baee6b7..43e28553f6774ea79125fa732f265acd8da4b1aa 100644
--- a/tests/language_strong/top_level_getter_no_setter1_test.dart
+++ b/tests/language_strong/top_level_getter_no_setter1_test.dart
@@ -14,7 +14,7 @@ class Class {
method() {
try {
getter++; //# 01: static type warning
- } on NoSuchMethodError catch(e) {
+ } on NoSuchMethodError catch (e) {
Expect.isTrue(getter_visited); //# 01: continued
return;
}
@@ -24,4 +24,4 @@ class Class {
main() {
new Class().method();
-}
+}
« no previous file with comments | « tests/language_strong/syntax_test.dart ('k') | tests/language_strong/top_level_getter_no_setter2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698