Page MenuHomePhabricator

scripted-diff: Replace m_args with m_local_args in getarg_tests.cpp
ClosedPublic

Authored by PiRK on Jan 3 2022, 16:28.

Details

Summary
-BEGIN VERIFY SCRIPT-
git ls-files src/test/getarg_tests.cpp | xargs sed -i "s/m_args/m_local_args/g";
arc lint
-END VERIFY SCRIPT-

This is a backport of core#21244 [4/8]
https://github.com/bitcoin/bitcoin/pull/21244/commits/55c68e6f011ee604c8a65b9bca668eb4dec452aa

Depends on D10751

Test Plan

ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jan 3 2022, 16:28
This revision is now accepted and ready to land.Jan 3 2022, 20:44
PiRK edited the summary of this revision. (Show Details)

rebase: move this before D10572