| 1874 | } |
| 1875 | |
| 1876 | void setTestCase(int) { |
| 1877 | __testlib_fail("setTestCase not implemented in BufferedFileInputStreamReader"); |
| 1878 | } |
| 1879 | |
| 1880 | std::vector<int> getReadChars() { |
| 1881 | __testlib_fail("getReadChars not implemented in BufferedFileInputStreamReader"); |
nothing calls this directly
no test coverage detected