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

Unified Diff: tests/light_unittest.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/light_unittest.dart
diff --git a/tests/light_unittest.dart b/tests/light_unittest.dart
index fbf39af1299bcf3bc29a75c4b9af4133b662101b..f832c3c1a304c722c50fcce7948f2e5bf790b503 100644
--- a/tests/light_unittest.dart
+++ b/tests/light_unittest.dart
@@ -21,7 +21,9 @@ test(name, f) {
print(e);
print(trace);
asyncStart();
- Timer.run(() { throw new StateError('FAILED: $name.\n$e\n$trace'); });
+ Timer.run(() {
+ throw new StateError('FAILED: $name.\n$e\n$trace');
+ });
}
}

Powered by Google App Engine
This is Rietveld 408576698