Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
531144dd
Unverified
Commit
531144dd
authored
Feb 09, 2023
by
Mike Essenmacher
Committed by
GitHub
Feb 09, 2023
Browse files
Replace "whitelist" with "allowlist" (#4506)
parent
b8f28551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/CMakeLists.txt
tests/CMakeLists.txt
+1
-1
No files found.
tests/CMakeLists.txt
View file @
531144dd
...
...
@@ -169,7 +169,7 @@ if(PYBIND11_TEST_OVERRIDE)
# This allows the override to be done with extensions, preserving backwards compatibility.
foreach
(
test_name
${
TEST_FILES_NO_EXT
}
)
if
(
NOT
${
test_name
}
IN_LIST TEST_OVERRIDE_NO_EXT
)
# If not in the
white
list, add to be filtered out.
)
# If not in the
allow
list, add to be filtered out.
list
(
APPEND PYBIND11_TEST_FILTER
${
test_name
}
)
endif
()
endforeach
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment