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

Unified Diff: pkg/analyzer/test/file_system/test_all.dart

Issue 975453004: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/analyzer/test/file_system/test_all.dart
diff --git a/pkg/analyzer/test/file_system/test_all.dart b/pkg/analyzer/test/file_system/test_all.dart
index e89490cd025936d3d2e6e1641b86895068e02e37..3bacc6cff83058e26d713c415a2429e9131cd97e 100644
--- a/pkg/analyzer/test/file_system/test_all.dart
+++ b/pkg/analyzer/test/file_system/test_all.dart
@@ -7,11 +7,10 @@ library test.file_system;
import 'package:unittest/unittest.dart';
import 'memory_file_system_test.dart' as memory_file_system_test;
-import 'physical_resource_provider_test.dart' as
- physical_resource_provider_test;
+import 'physical_resource_provider_test.dart'
+ as physical_resource_provider_test;
import 'resource_uri_resolver_test.dart' as resource_uri_resolver_test;
-
/// Utility for manually running all tests.
main() {
groupSep = ' | ';
« no previous file with comments | « pkg/analyzer/test/file_system/resource_uri_resolver_test.dart ('k') | pkg/analyzer/test/generated/all_the_rest_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698