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

Unified Diff: tests/language/class_override_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/class_keyword_test.dart ('k') | tests/language/closure_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/class_override_test.dart
diff --git a/tests/language/class_override_test.dart b/tests/language/class_override_test.dart
index b14101e61e4e8506792225be906ed2cbf36ef80f..011e64a72ad4ae03151c648bc788882def5c8f0d 100644
--- a/tests/language/class_override_test.dart
+++ b/tests/language/class_override_test.dart
@@ -18,7 +18,6 @@ main() {
try {
instance.foo();
} on NoSuchMethodError catch (error) { // //# 00: continued
- } finally {
- }
+ } finally {}
print("Success");
}
« no previous file with comments | « tests/language/class_keyword_test.dart ('k') | tests/language/closure_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698