Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Fix file collision causing test flake (llvm#106119)
In patch llvm#105293 tests for vfscanf were added, meant to be identical to the fscanf tests. Unfortunately, the author forgot to rename the target file causing an occasional test flake where one test writes to the file while the other is trying to read it. This patch fixes the issue by renaming the target test file for the vfscanf test.
- Loading branch information