Skip to content

Commit 9bb2a8f

Browse files
committed
tests : remove goto
1 parent 75f816d commit 9bb2a8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test-chat.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ static void test_template_output_parsers() {
563563
inputs_tools_builtin.messages = {message_user};
564564
inputs_tools_builtin.tools = {python_tool};
565565

566-
goto harmony;
567566
{
568567
// Not supported yet
569568
auto tmpls = read_templates("models/templates/CohereForAI-c4ai-command-r-plus-tool_use.jinja");
@@ -1440,8 +1439,6 @@ static void test_template_output_parsers() {
14401439
/* expect_grammar_triggered= */ false
14411440
);
14421441
}
1443-
1444-
harmony:
14451442
{
14461443
auto tmpls = read_templates("models/templates/openai-gpt-oss-120b.jinja");
14471444
std::vector<std::string> end_tokens{ "<|return|>" };

0 commit comments

Comments
 (0)