mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix a test for build invalidation due to a change in main entry point. Previously this test's build was always invalidated to the the lack of a previous snapshot (as well as the change in checksums). This change ensures that the build is invalidated only due to the change in checksums.