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

Unified Diff: pkg/analyzer/test/embedder_tests.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/analyzer/test/embedder_tests.dart
diff --git a/pkg/analyzer/test/embedder_tests.dart b/pkg/analyzer/test/embedder_tests.dart
index 18083dd03850226d03730a183ccdede1871d1544..b9b0366272682bb9fd66cf16d8074bad06a755c4 100644
--- a/pkg/analyzer/test/embedder_tests.dart
+++ b/pkg/analyzer/test/embedder_tests.dart
@@ -25,9 +25,7 @@ abstract class EmbedderRelatedTest {
pathTranslator = new TestPathTranslator(rawProvider)
..newFolder('/home/.pub-cache/empty')
..newFolder('/home/.pub-cache/fox/lib')
- ..newFile(
- '/home/.pub-cache/fox/lib/_embedder.yaml',
- r'''
+ ..newFile('/home/.pub-cache/fox/lib/_embedder.yaml', r'''
embedded_libs:
"dart:core" : "core.dart"
"dart:fox": "slippy.dart"
« no previous file with comments | « pkg/analyzer/test/dart/element/builder_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