llvm-project
4c8acbde - [libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109)

Commit
1 year ago
[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109) The file descriptor of the first opened file is not necessarily 3, so we change the assertion so that it's >= 0 (i.e. not an error.) Fixes #126106
Author
Parents
Loading