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

Unified Diff: pkg/front_end/test/fasta/testing.json

Issue 2780483002: Complain about assignments to parenthesized expressions. (Closed)
Patch Set: Created 3 years, 9 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 | « pkg/front_end/lib/src/fasta/scanner/array_based_scanner.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/testing.json
diff --git a/pkg/front_end/test/fasta/testing.json b/pkg/front_end/test/fasta/testing.json
index a738b1a4a9dd719efb61b399be2d612a9e18e8e1..5e5583123c8b1e14b507815d814a3e8737ed48b2 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -153,8 +153,8 @@
"outline_test.dart",
"sdk_test.dart",
"../../../analyzer/lib/src/fasta",
- "../../../compiler/bin",
- "../../../compiler/tool",
+ "../../../compiler/lib/src/parser",
+ "../../../compiler/lib/src/scanner",
"../../../../utils/kernel-service/kernel-service.dart",
"../../../../tools/patch_sdk.dart"
],
@@ -163,11 +163,9 @@
"/third_party/pkg/",
"/third_party/pkg_tested/",
"/pkg/analyzer/(?!.*/(fasta|kernel)/)",
- "/pkg/compiler/lib/(?!.*/(scanner|parser)/)",
+ "/pkg/compiler/lib/src/(?!(scanner|parser)/)",
"/pkg/compiler/lib/src/parser/partial_elements\\.dart$",
- "/pkg/js_ast/",
- "/pkg/compiler/tool/dart2js_profile_many\\.dart$",
- "/pkg/compiler/tool/track_memory\\.dart$"
+ "/pkg/js_ast/"
]
}
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/scanner/array_based_scanner.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698