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

Unified Diff: tests/kernel/unsorted/loop_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/kernel/unsorted/loop_test.dart
diff --git a/tests/kernel/unsorted/loop_test.dart b/tests/kernel/unsorted/loop_test.dart
index 3885138019e6840e3f012f6e557d58021782fcf1..b96079d72d5556eed45caf6960747d914470e899 100644
--- a/tests/kernel/unsorted/loop_test.dart
+++ b/tests/kernel/unsorted/loop_test.dart
@@ -69,8 +69,8 @@ main() {
Expect.isTrue(fact(0) == 1);
Expect.isTrue(fact(1) == 1);
Expect.isTrue(fact(5) == 120);
- Expect.isTrue(fact(42) ==
- 1405006117752879898543142606244511569936384000000000);
+ Expect
+ .isTrue(fact(42) == 1405006117752879898543142606244511569936384000000000);
Expect.isTrue(fact(3.14159) == 1.0874982674320444);
Expect.isTrue(fib(0) == 0);

Powered by Google App Engine
This is Rietveld 408576698