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"