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

Unified Diff: tests/isolate/timer_isolate_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/isolate/timer_isolate_test.dart
diff --git a/tests/isolate/timer_isolate_test.dart b/tests/isolate/timer_isolate_test.dart
index cb8fcbbfadc3290f5f2aff83503a5a738e06caad..df2dc6a1e60ae16b05b9c7a49263773bebb38aa1 100644
--- a/tests/isolate/timer_isolate_test.dart
+++ b/tests/isolate/timer_isolate_test.dart
@@ -29,7 +29,7 @@ main() {
port.first.then(expectAsync((msg) {
expect("timer_fired", msg);
expect(stopwatch.elapsedMilliseconds + safetyMargin,
- greaterThanOrEqualTo(TIMEOUT.inMilliseconds));
+ greaterThanOrEqualTo(TIMEOUT.inMilliseconds));
}));
stopwatch.start();

Powered by Google App Engine
This is Rietveld 408576698