| Index: pkg/front_end/tool/fasta
|
| diff --git a/pkg/front_end/tool/fasta b/pkg/front_end/tool/fasta
|
| index 5f8c819675ce7f0be04aee94a2cc873a533486c5..45a5f3d1b0b5492986befd56579b85baf0a959d7 100755
|
| --- a/pkg/front_end/tool/fasta
|
| +++ b/pkg/front_end/tool/fasta
|
| @@ -47,6 +47,11 @@ case "${1//_/-}" in
|
| stop "Usage: $1 dillfile [output]"
|
| fi
|
| ;;
|
| + kernel-service)
|
| + shift
|
| + exec "${DART_VM}" -c -DDFE_VERBOSE=true \
|
| + --dfe="${REPO_DIR}/utils/kernel-service/kernel-service.dart" "$@"
|
| + ;;
|
| testing)
|
| SCRIPT="${REPO_DIR}/pkg/testing/bin/testing.dart"
|
| set -- "$@" "--config=${REPO_DIR}/pkg/front_end/test/fasta/testing.json"
|
|
|