Skip to content

Commit

Permalink
[libc] Stop using LLVM's stdout in overlay mode tests
Browse files Browse the repository at this point in the history
Summary:
This causes errors when running unit tests when it tries to use an
invalid stdio handle.

Fixes #98711
  • Loading branch information
jhuber6 committed Jul 13, 2024
1 parent ae63db7 commit aee553e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libc/test/src/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ add_libc_test(
printf_test.cpp
DEPENDS
libc.src.stdio.printf
libc.src.stdio.stdout
)

add_fp_unittest(
Expand Down Expand Up @@ -235,7 +234,6 @@ add_libc_test(
vprintf_test.cpp
DEPENDS
libc.src.stdio.vprintf
libc.src.stdio.stdout
)


Expand Down

0 comments on commit aee553e

Please sign in to comment.