Skip to content

[pull] main from facebook:main #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fbcode//folly/test:subprocess_test
Reviewed By: Gownta

Differential Revision: D76726358

fbshipit-source-id: 5ec92931ec0c75e41c2fc39230e62b485726f487
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jun 18, 2025
commit 22d00899fd336231018aec23a9a53f2f641be733
2 changes: 1 addition & 1 deletion folly/test/SubprocessTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ TEST_F(SubprocessFdActionsListTest, stress) {
for (size_t i = 0; i < sz; ++i) {
while (true) {
auto n = dist(rng);
if (map.count(n)) {
if (map.contains(n)) {
continue;
}
map[int(n)] = -int(n);
Expand Down