Matan Lurey 5084d0b432 Use fml::ScopedCleanupClosure instead of DeathRattle. (flutter/engine#51834)
Closes https://github.com/flutter/flutter/issues/146105.

Originally when we authored these suites, `ScopedCleanupClosure` disallowed move-semantics, but that was fixed in https://github.com/flutter/engine/pull/45772, so there is no reason to have a copy of these in different tests.

/cc @jonahwilliams
2024-04-02 22:33:48 +00:00
..