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

Unified Diff: tests/corelib_strong/duration_big_num_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/duration_big_num_test.dart
diff --git a/tests/corelib_strong/duration_big_num_test.dart b/tests/corelib_strong/duration_big_num_test.dart
index 789982de1590e01c3f3c7b3637a261e00bc727af..154afb90734db126270a4a3cd01748a4f7532b60 100644
--- a/tests/corelib_strong/duration_big_num_test.dart
+++ b/tests/corelib_strong/duration_big_num_test.dart
@@ -19,4 +19,3 @@ main() {
d = new Duration(microseconds: pow(2, 53) + 1) * 1.0;
Expect.equals(0, d.inMicroseconds % 2);
}
-

Powered by Google App Engine
This is Rietveld 408576698