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

Unified Diff: tests/language/execute_finally12_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/language/execute_finally12_test.dart
diff --git a/tests/language/execute_finally12_test.dart b/tests/language/execute_finally12_test.dart
index edce516ddb5283e6fa268e1dd1b1b6e8a10f9e0d..e4f56a06cf00316d8e502abbdec7c4d0d18374f6 100644
--- a/tests/language/execute_finally12_test.dart
+++ b/tests/language/execute_finally12_test.dart
@@ -13,8 +13,7 @@ foo() {
var b = a == 8; // This should not be GVN'ed.
while (!b) {
try {
- try {
- } finally {
+ try {} finally {
a = 8;
break;
}

Powered by Google App Engine
This is Rietveld 408576698