mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ImpellerC tests that use a temporary directory will append the current process ID to the directory name to avoid collisions. The temporary directory will also be deleted after each test case completes. See https://github.com/flutter/flutter/issues/143379