| 1931 | } |
| 1932 | |
| 1933 | void setTestCase(int) { |
| 1934 | __testlib_fail("setTestCase not implemented in BufferedFileInputStreamReader"); |
| 1935 | } |
| 1936 | |
| 1937 | std::vector<int> getReadChars() { |
| 1938 | __testlib_fail("getReadChars not implemented in BufferedFileInputStreamReader"); |
nothing calls this directly
no test coverage detected