| 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";;
|
| *)
|
|
|