tests
: fix typo
This commit is contained in:
parent
a072f30a8d
commit
ad6719e2a7
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ static std::string read_file(const std::string &path) {
|
||||||
if (!fs.is_open()) {
|
if (!fs.is_open()) {
|
||||||
throw std::runtime_error("Failed to open file: " + path);
|
throw std::runtime_error("Failed to open file: " + path);
|
||||||
}
|
}
|
||||||
throw std::runtime_error("Failed to open file: " + path);
|
|
||||||
}
|
}
|
||||||
fs.seekg(0, std::ios_base::end);
|
fs.seekg(0, std::ios_base::end);
|
||||||
auto size = fs.tellg();
|
auto size = fs.tellg();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue