mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In certain cases, the test would fail before creating the (lazily created) compiler object, and then we'd try to call shutdown() on null in those cases. Fixes #18610