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

Unified Diff: pkg/front_end/tool/fasta

Issue 2754383002: Generate methods for reporting problems. (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
Index: pkg/front_end/tool/fasta
diff --git a/pkg/front_end/tool/fasta b/pkg/front_end/tool/fasta
index a82ad51997cfb3dbda187f8e11e8ee13684b2c19..6613bf3ebe3797ac1d69ead169b594a926de257b 100755
--- a/pkg/front_end/tool/fasta
+++ b/pkg/front_end/tool/fasta
@@ -47,6 +47,7 @@ case "${1//_/-}" in
stop "Usage: $1 dillfile [output]"
fi
;;
+ generate-messages) SCRIPT="${TOOL_DIR}/generate_messages.dart";;
*)
stop "'$1' isn't a valid subcommand."
;;

Powered by Google App Engine
This is Rietveld 408576698