File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libc/test/src/__support/File Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 "" )
1111if (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 " )
1313endif ()
1414
1515add_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
3232add_libc_test(
3333 platform_file_test
34- ${file_test_hermetic_only }
34+ ${file_test_unit_only }
3535 SUITE
3636 libc-support-tests
3737 SRCS
You can’t perform that action at this time.
0 commit comments