SIGN IN SIGN UP

Fix access of null compiler in flutter tests that fail before creating the compiler. (#20553)

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
G
Greg Spencer committed
7bdd31f7aad8dcb748ca9614c7cfa197fcbab18a
Parent: 33c4cd0
Committed by GitHub <noreply@github.com> on 8/14/2018, 5:04:44 PM