| 1511 | } |
| 1512 | |
| 1513 | void validate_numReportedNewlinesAboveZero(const char* caller) { |
| 1514 | |
| 1515 | assertThat(printer_getNumTrailingNewlines() > 0, report::INSUFFICIENT_NUM_REPORTED_NEWLINES, caller); |
| 1516 | } |
| 1517 | |
| 1518 | void validate_numPauliChars(const char* paulis, const char* caller) { |
| 1519 |
no test coverage detected