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

Unified Diff: pkg/front_end/test/fasta/testing/suite.dart

Issue 2919623002: Implement type inference for PropertySet. (Closed)
Patch Set: Created 3 years, 7 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/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);
}
« no previous file with comments | « pkg/front_end/test/fasta/strong.status ('k') | pkg/front_end/testcases/inference/constructors_infer_from_arguments.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698