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

Unified Diff: pkg/analysis_server/test/context_manager_test.dart

Issue 1310263003: Reformat code to minimize churn (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/analysis_server/test/context_manager_test.dart
diff --git a/pkg/analysis_server/test/context_manager_test.dart b/pkg/analysis_server/test/context_manager_test.dart
index 404522860212a88caed8d30d4af849a2a70c64c2..20327dedda51be3dd0736ed3d07d8f8c7c8fe76f 100644
--- a/pkg/analysis_server/test/context_manager_test.dart
+++ b/pkg/analysis_server/test/context_manager_test.dart
@@ -366,8 +366,8 @@ analyzer:
''');
// Setup .packages file
newFile(
- [projPath, '.packages'],
- r'''
+ [projPath, '.packages'],
+ r'''
test_pack:lib/
''');
// Setup context.
@@ -382,7 +382,6 @@ test_pack:lib/
expect(source.fullName, equals('/my/proj/sdk_ext/entry.dart'));
}
-
test_refresh_folder_with_packagespec() {
// create a context with a .packages file
String packagespecFile = posix.join(projPath, '.packages');
« no previous file with comments | « pkg/analysis_server/test/completion_test_support.dart ('k') | pkg/analysis_server/test/domain_completion_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698