| 1642 | } |
| 1643 | |
| 1644 | void setTestCase(int) { |
| 1645 | __testlib_fail("setTestCase not implemented in StringInputStreamReader"); |
| 1646 | } |
| 1647 | |
| 1648 | std::vector<int> getReadChars() { |
| 1649 | __testlib_fail("getReadChars not implemented in StringInputStreamReader"); |
nothing calls this directly
no test coverage detected