Closed
Description
Steps to reproduce:
- Type garbage into the file at
flutter/testing/scenario_app/lib/src/scenarios.dart
- delete
out/ios_debug_sim_unopt/scenario_app/Scenarios/App.framework
- compile with
autoninja -C out/ios_debug_sim_unopt && autoninja -C out/host_debug_unopt/
- Notice that there was no compilation error
- Notice that
out/ios_debug_sim_unopt/scenario_app/Scenarios/App.framework
has been regenerated somehow despite the error
cc @dnfield