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

Unified Diff: tests/kernel/unsorted/simple_literal_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/simple_literal_test.dart
diff --git a/tests/kernel/unsorted/simple_literal_test.dart b/tests/kernel/unsorted/simple_literal_test.dart
index fd7ba87636c285deef09ca35430fb85d9362492e..9c6d91630f3fbff93d654588e6f7940734a67542 100644
--- a/tests/kernel/unsorted/simple_literal_test.dart
+++ b/tests/kernel/unsorted/simple_literal_test.dart
@@ -40,6 +40,6 @@ main() {
Expect.isTrue(test3() == 6.022e23);
Expect.isTrue(test4());
Expect.isTrue(test5() == false);
- Expect.isTrue(
- test6() == 1405006117752879898543142606244511569936384000000000);
+ Expect
+ .isTrue(test6() == 1405006117752879898543142606244511569936384000000000);
}

Powered by Google App Engine
This is Rietveld 408576698