| 1699 | } |
| 1700 | |
| 1701 | void setTestCase(int) { |
| 1702 | __testlib_fail("setTestCase not implemented in StringInputStreamReader"); |
| 1703 | } |
| 1704 | |
| 1705 | std::vector<int> getReadChars() { |
| 1706 | __testlib_fail("getReadChars not implemented in StringInputStreamReader"); |
nothing calls this directly
no test coverage detected