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

Unified Diff: pkg/front_end/lib/src/fasta/testing/kernel_chain.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/front_end/lib/src/fasta/testing/kernel_chain.dart
diff --git a/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart b/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
index bdb0ff71bacb40946129d9ee6bad1e44288a72db..be31c681a940fc8e1f7013e004a5d8dee15228c0 100644
--- a/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
+++ b/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
@@ -109,9 +109,7 @@ class MatchExpectation extends Step<Program, Program, ChainContext> {
});
return pass(program);
} else {
- return fail(
- program,
- """
+ return fail(program, """
Please create file ${expectedFile.path} with this content:
$buffer""");
}

Powered by Google App Engine
This is Rietveld 408576698