Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix a spuriously failing test on valgrind
It's unclear to me whether this test failing under valgrind is actually legit. The test only fails in valgrind when everything is dynamically linked, and it appears to work when statically linked. For now just add the `// no-prefer-dynamic` directive and let's just chalk it up to a weird valgrind issue. Closes #31328
- Loading branch information