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

Unified Diff: pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart

Issue 2975253002: Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. (Closed)
Patch Set: Created 3 years, 5 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/services/dependencies/reachable_source_collector_test.dart
diff --git a/pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart b/pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart
index 1a823281fd21cd4d313a4c8989fe0aa0534c0dc3..10ccfdd8dd23eeb98060c28b386e42df9faa9e68 100644
--- a/pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart
+++ b/pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart
@@ -38,9 +38,7 @@ class ReachableSourceCollectorTest extends AbstractContextTest {
test_sources() {
// See https://github.com/dart-lang/sdk/issues/29311
fail('The analysis.getReachableSources is not implemented.');
- Source lib1 = addSource(
- '/lib1.dart',
- '''
+ Source lib1 = addSource('/lib1.dart', '''
import "lib2.dart";
import "dart:html";''');
Source lib2 = addSource('/lib2.dart', 'import "lib1.dart";');
« no previous file with comments | « pkg/analysis_server/test/services/correction/util_test.dart ('k') | pkg/analysis_server/test/services/linter/linter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698