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

Unified Diff: tests/language/execute_finally11_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_finally11_test.dart
diff --git a/tests/language/execute_finally11_test.dart b/tests/language/execute_finally11_test.dart
index 9ab66aa02fa0558fc0ef8932e04f27fb03abbcb2..dbe72888d4e22c004e30fbefe23a550694bd1458 100644
--- a/tests/language/execute_finally11_test.dart
+++ b/tests/language/execute_finally11_test.dart
@@ -10,7 +10,9 @@ import "package:expect/expect.dart";
class A {
var field;
start() {}
- stop() { field = 42; }
+ stop() {
+ field = 42;
+ }
}
class B {
@@ -27,8 +29,7 @@ class B {
// variable.
runCompiler.toString();
runCompiler.toString();
- } catch (exception) {
- }
+ } catch (exception) {}
rethrow;
} finally {
totalCompileTime.stop();

Powered by Google App Engine
This is Rietveld 408576698