Index: pkg/front_end/test/fasta/testing/suite.dart |
diff --git a/pkg/front_end/test/fasta/testing/suite.dart b/pkg/front_end/test/fasta/testing/suite.dart |
index 49ab8d3481d5aabc99f084861a360536b10d6b32..428c7d94bfd1c9d2b430bfc6b01ef37f459ae225 100644 |
--- a/pkg/front_end/test/fasta/testing/suite.dart |
+++ b/pkg/front_end/test/fasta/testing/suite.dart |
@@ -246,7 +246,7 @@ class Outline extends Step<TestDescription, Program, FastaContext> { |
instrumentation?.finish(); |
if (instrumentation != null && instrumentation.hasProblems) { |
if (updateComments) { |
- await instrumentation.fixSource(description.uri); |
+ await instrumentation.fixSource(description.uri, false); |
} else { |
return fail(null, instrumentation.problemsAsString); |
} |