From ddceed5f7af13531ec38d522916736c0e42e4619 Mon Sep 17 00:00:00 2001 From: Alexander Markov Date: Thu, 7 Nov 2019 13:34:55 -0800 Subject: [PATCH] Cleanup obsolete --strong option of front-end server (#13735) --- testing/run_tests.py | 1 - testing/scenario_app/compile_ios_jit.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/run_tests.py b/testing/run_tests.py index 686430c1c82..d345bb887c0 100755 --- a/testing/run_tests.py +++ b/testing/run_tests.py @@ -148,7 +148,6 @@ def SnapshotTest(build_dir, dart_file, kernel_file_output, verbose_dart_snapshot '--sdk-root', flutter_patched_sdk, '--incremental', - '--strong', '--target=flutter', '--packages', test_packages, diff --git a/testing/scenario_app/compile_ios_jit.sh b/testing/scenario_app/compile_ios_jit.sh index fc27b4854b1..6b3f25c3359 100755 --- a/testing/scenario_app/compile_ios_jit.sh +++ b/testing/scenario_app/compile_ios_jit.sh @@ -39,7 +39,7 @@ echo "Compiling to kernel..." "$HOST_TOOLS/dart" \ "$HOST_TOOLS/gen/frontend_server.dart.snapshot" \ --sdk-root "$HOST_TOOLS/flutter_patched_sdk" \ - --strong --target=flutter \ + --target=flutter \ --no-link-platform \ --output-dill "$OUTDIR/App.framework/flutter_assets/kernel_blob.bin" \ "${BASH_SOURCE%/*}/lib/main.dart"