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

Unified Diff: tests/corelib/double_round_to_double2_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/corelib/double_round_to_double2_test.dart
diff --git a/tests/corelib/double_round_to_double2_test.dart b/tests/corelib/double_round_to_double2_test.dart
index e2ed44ad61c50ea5ea6b5da08cfc81cb0fbaa55b..ef8024db0338efc9f1c83ac91d501cfd3cd88be0 100644
--- a/tests/corelib/double_round_to_double2_test.dart
+++ b/tests/corelib/double_round_to_double2_test.dart
@@ -10,4 +10,4 @@ main() {
Expect.isTrue(0.49999999999999994.roundToDouble() is double);
Expect.isTrue((-0.49999999999999994).roundToDouble().isNegative);
Expect.isTrue((-0.49999999999999994).roundToDouble() is double);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698