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

Unified Diff: tests/lib/async/timer_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/lib/async/timer_test.dart
diff --git a/tests/lib/async/timer_test.dart b/tests/lib/async/timer_test.dart
index d08754b862e69d1d0c90f09cbd73fba0ea4063e7..6a6119d9e41f849e7c5b43078491231ad0b7e7b6 100644
--- a/tests/lib/async/timer_test.dart
+++ b/tests/lib/async/timer_test.dart
@@ -22,7 +22,7 @@ int get safetyMargin => identical(1, 1.0) ? 100 : 0;
void timeoutHandler() {
expect(stopwatch.elapsedMilliseconds + safetyMargin,
- greaterThanOrEqualTo(timeout));
+ greaterThanOrEqualTo(timeout));
if (iteration < ITERATIONS) {
iteration++;
timeout = timeout - DECREASE;

Powered by Google App Engine
This is Rietveld 408576698