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

Unified Diff: tests/language/cha_deopt1_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/cha_deopt1_test.dart
diff --git a/tests/language/cha_deopt1_test.dart b/tests/language/cha_deopt1_test.dart
index a2c99f44bc9f4208071d6cf50261096bc3d7b0b7..7cb2a8807ee812dd01dc81abe6647d995fd6b983 100644
--- a/tests/language/cha_deopt1_test.dart
+++ b/tests/language/cha_deopt1_test.dart
@@ -27,7 +27,7 @@ make_t() {
} else {
return new T();
}
- } catch (e) { }
+ } catch (e) {}
}
bla() {
@@ -36,7 +36,6 @@ bla() {
return x.fld.m();
}
-
class X {
T fld = new T();
@@ -47,4 +46,3 @@ class X {
}
}
}
-

Powered by Google App Engine
This is Rietveld 408576698