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

Unified Diff: pkg/front_end/tool/fasta

Issue 2957623002: Move testing.json and status files to more natural locations. (Closed)
Patch Set: Fix typo. Created 3 years, 6 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/testing.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/fasta
diff --git a/pkg/front_end/tool/fasta b/pkg/front_end/tool/fasta
index ab510699587c4e55ae1085b71cd6b68da8660536..c4b7cbe2cf4cf1712ede9580987e6c3248914bd8 100755
--- a/pkg/front_end/tool/fasta
+++ b/pkg/front_end/tool/fasta
@@ -58,7 +58,7 @@ case "${1//_/-}" in
;;
testing)
SCRIPT="${REPO_DIR}/pkg/testing/bin/testing.dart"
- set -- "$@" "--config=${REPO_DIR}/pkg/front_end/test/fasta/testing.json"
+ set -- "$@" "--config=${REPO_DIR}/pkg/front_end/testing.json"
;;
generate-messages) SCRIPT="${TOOL_DIR}/generate_messages.dart";;
*)
« no previous file with comments | « pkg/front_end/testing.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698