| 1052 | } |
| 1053 | |
| 1054 | std::string TempFile(std::string_view file) { |
| 1055 | return temp_dir_->path().Join(std::string(file)).ValueOrDie().ToString(); |
| 1056 | } |
| 1057 | |
| 1058 | void TearDown() { io::MemoryMapFixture::TearDown(); } |
| 1059 |
nothing calls this directly
no test coverage detected