We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f2855 commit 531144dCopy full SHA for 531144d
tests/CMakeLists.txt
@@ -169,7 +169,7 @@ if(PYBIND11_TEST_OVERRIDE)
169
# This allows the override to be done with extensions, preserving backwards compatibility.
170
foreach(test_name ${TEST_FILES_NO_EXT})
171
if(NOT ${test_name} IN_LIST TEST_OVERRIDE_NO_EXT
172
- )# If not in the whitelist, add to be filtered out.
+ )# If not in the allowlist, add to be filtered out.
173
list(APPEND PYBIND11_TEST_FILTER ${test_name})
174
endif()
175
endforeach()
0 commit comments