| 193 | { |
| 194 | public: |
| 195 | void |
| 196 | run() |
| 197 | { |
| 198 | using namespace doc_background; |
| 199 | (void)&set1; |
| 200 | BOOST_TEST_PASS(); |
| 201 | } |
| 202 | }; |
| 203 | |
| 204 | TEST_SUITE(doc_background_test, "boost.json.doc_background"); |
nothing calls this directly
no outgoing calls
no test coverage detected