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

Unified Diff: pkg/front_end/lib/src/fasta/testing/kernel_chain.dart

Issue 2663163005: Update location of rasta tests. (Closed)
Patch Set: Update location of rasta tests. Created 3 years, 11 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
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/compile_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f5ecfdd538cac83983f61f80c07a62053c8cc2dc..223e9f1d665b87afd19ca17f4d8fcf48b08ca966 100644
--- a/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
+++ b/pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
@@ -248,7 +248,7 @@ class MatchExpectation extends Step<Program, Program, dynamic> {
new Printer(buffer).writeLibraryFile(library);
bool updateExpectations = this.updateExpectations;
- if (uri.path.contains("/test/rasta/")) {
+ if (uri.path.contains("/test/fasta/rasta/")) {
// TODO(ahe): Remove this. Short term, we don't want to automatically
// update rasta expectations, as we have too many failures.
updateExpectations = false;
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/compile_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698