Chris Bracken ba49690c20 Eliminate use-after-move (flutter/engine#34197)
pipeline_desc is a std::optional<PipelineDescriptor>. It's used in test
expectations after (lines 320-321) the move. This passes by value like
in other tests.
2022-06-21 11:51:58 -07:00
..