Rather than copy-paste this to another test that I'm working on, it should be available to the whole unit test suite.
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGcc37dd10864e: Move NULLPTR macro so that it can be used by all unit tests
rABCcc37dd10864e: Move NULLPTR macro so that it can be used by all unit tests
ninja check + CI diff should build (it uses an older version of Boost)
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- nullptr
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4875 Build 7813: Bitcoin ABC Buildbot (legacy) Build 7812: arc lint + arc unit
Event Timeline
Comment Actions
I wanted to use it here: https://reviews.bitcoinabc.org/D1894#inline-13587
It's technically not 100% necessary, as (RPCCommand*)nullptr works as well I think.
The alternative to both of those is to copy NULLPTR into that test file as well. Thoughts?