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

Unified Diff: tests/language/recursive_loop_phis_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/recursive_loop_phis_test.dart
diff --git a/tests/language/recursive_loop_phis_test.dart b/tests/language/recursive_loop_phis_test.dart
index 36fa4f206ad3cb04abc8ca5e456c1967d7969b9e..f01aa0abf600b3b5cac8f6fbf64cff4f3d3ae04a 100644
--- a/tests/language/recursive_loop_phis_test.dart
+++ b/tests/language/recursive_loop_phis_test.dart
@@ -20,4 +20,3 @@ foo(bool b) {
main() {
Expect.equals(499, foo(false));
}
-

Powered by Google App Engine
This is Rietveld 408576698