Skip to content

Commit aee553e

Browse files
committed
[libc] Stop using LLVM's stdout in overlay mode tests
Summary: This causes errors when running unit tests when it tries to use an invalid stdio handle. Fixes #98711
1 parent ae63db7 commit aee553e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/stdio/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ add_libc_test(
189189
printf_test.cpp
190190
DEPENDS
191191
libc.src.stdio.printf
192-
libc.src.stdio.stdout
193192
)
194193

195194
add_fp_unittest(
@@ -235,7 +234,6 @@ add_libc_test(
235234
vprintf_test.cpp
236235
DEPENDS
237236
libc.src.stdio.vprintf
238-
libc.src.stdio.stdout
239237
)
240238

241239

0 commit comments

Comments
 (0)