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

Unified Diff: tests/corelib/double_round3_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_round3_test.dart
diff --git a/tests/corelib/double_round3_test.dart b/tests/corelib/double_round3_test.dart
index 55646405499aec0805e917b444197a8750d133cb..a1edeeb77f3b7cf227e434df4add67ea47e4d865 100644
--- a/tests/corelib/double_round3_test.dart
+++ b/tests/corelib/double_round3_test.dart
@@ -9,4 +9,4 @@ main() {
Expect.equals(0, (-0.49999999999999994).round());
Expect.isTrue(0.49999999999999994.round() is int);
Expect.isTrue((-0.49999999999999994).round() is int);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698