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

Unified Diff: pkg/front_end/tool/fasta

Issue 2943173002: Fix frontend tests after bac83e0973f981d4b4e61e90cb7f6fb5ceb89206 (Closed)
Patch Set: 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/test/fasta/testing/suite.dart ('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 5f1f78ff8167d9f3bfc0d7ce2cc5cb0abfd84933..ab510699587c4e55ae1085b71cd6b68da8660536 100755
--- a/pkg/front_end/tool/fasta
+++ b/pkg/front_end/tool/fasta
@@ -53,7 +53,7 @@ case "${1//_/-}" in
ls -d {xcodebuild,out}/${DART_CONFIGURATION}/patched_sdk 2>/dev/null \
| head -1)
exec "${DART_VM}" -DDFE_VERBOSE=true \
- --platform=${PATCHED_SDK_DIR}/platform.dill \
+ --kernel-binaries=${PATCHED_SDK_DIR} \
--dfe="${REPO_DIR}/utils/kernel-service/kernel-service.dart" "$@"
;;
testing)
« no previous file with comments | « pkg/front_end/test/fasta/testing/suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698