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

Unified Diff: tests/corelib_strong/double_round4_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_strong/double_round4_test.dart
diff --git a/tests/corelib_strong/double_round4_test.dart b/tests/corelib_strong/double_round4_test.dart
index 4818baea17d5631f39cc7235d82c646285754b84..2b89dcc0fe2a684a73a7c104d8b9b9ce32172b75 100644
--- a/tests/corelib_strong/double_round4_test.dart
+++ b/tests/corelib_strong/double_round4_test.dart
@@ -35,4 +35,4 @@ main() {
Expect.isTrue((-4503599627370499.0).round() is int);
Expect.isTrue((-9007199254740991.0).round() is int);
Expect.isTrue((-9007199254740992.0).round() is int);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698