Skip to content

Commit

Permalink
[libc][stdio][test] fixup rename test (llvm#86136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers authored Mar 21, 2024
1 parent 7650a01 commit 0c8dfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libc/test/src/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
libc.src.unistd.access
libc.src.unistd.close
)

add_libc_test(
rename_test
SUITE
Expand Down
2 changes: 2 additions & 0 deletions libc/test/src/stdio/rename_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//

#include "include/llvm-libc-macros/linux/unistd-macros.h"
#include "include/llvm-libc-macros/linux/sys-stat-macros.h"
#include "src/errno/libc_errno.h"
#include "src/fcntl/open.h"
#include "src/stdio/rename.h"
Expand Down

0 comments on commit 0c8dfc8

Please sign in to comment.