Skip to content

Commit 8228342

Browse files
committed
Change to UNIT_TEST_ONLY.
1 parent 90b1245 commit 8228342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libc/test/src/__support/File/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ endif()
77

88
# TODO: Investigate the precommit bots' failures of this test and re-enable it.
99
# https://github.com/llvm/llvm-project/issues/128185.
10-
set(file_test_hermetic_only "")
10+
set(file_test_unit_only "")
1111
if(LIBC_TARGET_OS_IS_LINUX AND LLVM_LIBC_FULL_BUILD)
12-
set(file_test_hermetic_only "HERMETIC_TEST_ONLY")
12+
set(file_test_unit_only "UNIT_TEST_ONLY")
1313
endif()
1414

1515
add_libc_test(
1616
file_test
17-
${file_test_hermetic_only}
17+
${file_test_unit_only}
1818
SUITE
1919
libc-support-tests
2020
SRCS
@@ -31,7 +31,7 @@ add_libc_test(
3131

3232
add_libc_test(
3333
platform_file_test
34-
${file_test_hermetic_only}
34+
${file_test_unit_only}
3535
SUITE
3636
libc-support-tests
3737
SRCS

0 commit comments

Comments
 (0)