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

Unified Diff: packages/dart_style/test/io_test.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « packages/dart_style/test/formatter_test.dart ('k') | packages/dart_style/test/regression/0000/0005.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/test/io_test.dart
diff --git a/packages/dart_style/test/io_test.dart b/packages/dart_style/test/io_test.dart
index 3962de6c545c3d3aacbb3c38e7dadda78faa17c4..64acf4caf0b98172f5aec79e271a08f75b1bdc58 100644
--- a/packages/dart_style/test/io_test.dart
+++ b/packages/dart_style/test/io_test.dart
@@ -156,8 +156,8 @@ void main() {
processDirectory(overwriteOptions, dir);
}, 'Run formatter.');
- d.dir('code', [d.file('linked_file.dart', unformattedSource),])
- .validate();
+ d.dir(
+ 'code', [d.file('linked_file.dart', unformattedSource),]).validate();
});
test("follows file symlinks when 'followLinks' is true", () {
« no previous file with comments | « packages/dart_style/test/formatter_test.dart ('k') | packages/dart_style/test/regression/0000/0005.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698