diff options
author | Carl Dong <contact@carldong.me> | 2022-03-21 21:42:40 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-06-15 17:28:55 -0400 |
commit | 86e732def3983f99ec84b59375615bedcdc0e664 (patch) | |
tree | 662d9afcfe20ad883661be3db3b90f6f971c25e3 /doc/build-openbsd.md | |
parent | 213457e170ce41a0b26c644aa010111df36414a6 (diff) |
scripted-diff: test: Use CTxMemPool in TestingSetup
After this commit, there should be no explicit instantiation of
CTxMemPool in src/test other than those in fuzz/ and setup_common
-BEGIN VERIFY SCRIPT-
find_regex="CTxMemPool\s+([^;({]+)(|\(\)|\{\});" \
&& git grep -l -E "$find_regex" -- src/test \
| grep -v -e "^src/test/util/setup_common.cpp$" \
-e "^src/test/fuzz/" \
| xargs sed -i -E "s@$find_regex@CTxMemPool\& \1 = *Assert(m_node.mempool);@g"
-END VERIFY SCRIPT-
Diffstat (limited to 'doc/build-openbsd.md')
0 files changed, 0 insertions, 0 deletions