| 319 | { |
| 320 | public: |
| 321 | void |
| 322 | run() |
| 323 | { |
| 324 | (void)&set1; |
| 325 | (void)&set2; |
| 326 | (void)&set3; |
| 327 | (void)&set4; |
| 328 | BOOST_TEST_PASS(); |
| 329 | } |
| 330 | }; |
| 331 | |
| 332 | TEST_SUITE(doc_quick_look_test, "boost.json.doc_quick_look"); |
nothing calls this directly
no outgoing calls
no test coverage detected