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

Unified Diff: pkg/scheduled_test/test/metatest.dart

Issue 164883002: pkg/scheduled_test: formatter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 10 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: pkg/scheduled_test/test/metatest.dart
diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
index c8bc6010b4216d4501953b701ad0aeeb505c1c9d..13c5a1d743cf493886266e498d4f568132527215 100644
--- a/pkg/scheduled_test/test/metatest.dart
+++ b/pkg/scheduled_test/test/metatest.dart
@@ -137,7 +137,7 @@ Future<Map> _runInIsolate(String description) {
/// an error occurred.
bool _hasError(Map results) {
return results['errors'] > 0 || results['uncaughtError'] != null ||
- (results['passed'] == 0 && results['failed'] == 0);
+ (results['passed'] == 0 && results['failed'] == 0);
}
/// Returns a string description of the test run descibed by [results].
« no previous file with comments | « pkg/scheduled_test/lib/src/utils.dart ('k') | pkg/scheduled_test/test/scheduled_test/current_schedule_current_task_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698