Update expected golden number. (flutter/engine#50249)

My patching removing drawPicture might have landed before syncing to the
patch that added the golden # check.
This commit is contained in:
Jonah Williams 2024-02-01 10:48:40 -08:00 committed by GitHub
parent abfdf7ed0b
commit eff9aac24a

View File

@ -44,7 +44,7 @@ FONT_SUBSET_DIR = os.path.join(BUILDROOT_DIR, 'flutter', 'tools', 'font_subset')
ENCODING = 'UTF-8'
# This number must be updated when adding new golden tests to impeller.
_NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES = 566
_NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES = 551
logger = logging.getLogger(__name__)
logger_handler = logging.StreamHandler()