Skip to content

Commit

Permalink
tests: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Sep 28, 2024
1 parent a072f30 commit ad6719e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-chat-template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static std::string read_file(const std::string &path) {
if (!fs.is_open()) {
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);
auto size = fs.tellg();
Expand Down

0 comments on commit ad6719e

Please sign in to comment.