mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This typo was discovered while converting the AIKS tests to DisplayList - the new test executes correctly, but the old test generated bad goldens due to this typo. Fixing the typo to fix the golden prior to landing the test conversion. The fix should be covered by existing tests - in fact the change is correcting an already bad golden test to correct behavior.