Commit a1ed97b
committed
[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations
The file descriptor of the first opened file is not necessarily 3, so we
change the assertion so that it's >= 3 (i.e. not 0, 1, 2, or -1 which
correspond to stdin, stdout, stderr, or error respectively.)
Fixes #1261061 parent ff94b03 commit a1ed97b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments