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

Unified Diff: tests/standalone/io/directory_fuzz_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/standalone/io/directory_fuzz_test.dart
diff --git a/tests/standalone/io/directory_fuzz_test.dart b/tests/standalone/io/directory_fuzz_test.dart
index 6e9705753ae8843bbdb5ea4de1253466916d9b50..c0ce827ffc84918bca1c83e007facba682298340 100644
--- a/tests/standalone/io/directory_fuzz_test.dart
+++ b/tests/standalone/io/directory_fuzz_test.dart
@@ -48,8 +48,7 @@ fuzzAsyncMethods() {
Directory.systemTemp.createTempSync(v).deleteSync();
}));
if (v is! String) {
- Expect.throws(() => new Directory(v),
- (e) => e is ArgumentError);
+ Expect.throws(() => new Directory(v), (e) => e is ArgumentError);
return;
}
var d = new Directory(v);

Powered by Google App Engine
This is Rietveld 408576698