Skip to content

Commit 531144d

Browse files
authored
Replace "whitelist" with "allowlist" (#4506)
1 parent b8f2855 commit 531144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ if(PYBIND11_TEST_OVERRIDE)
169169
# This allows the override to be done with extensions, preserving backwards compatibility.
170170
foreach(test_name ${TEST_FILES_NO_EXT})
171171
if(NOT ${test_name} IN_LIST TEST_OVERRIDE_NO_EXT
172-
)# If not in the whitelist, add to be filtered out.
172+
)# If not in the allowlist, add to be filtered out.
173173
list(APPEND PYBIND11_TEST_FILTER ${test_name})
174174
endif()
175175
endforeach()

0 commit comments

Comments
 (0)