Skip to content

Commit 6773708

Browse files
createthisCISC
andauthored
Update tests/test-chat-parser.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 3843d94 commit 6773708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-chat-parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static void test_deepseek_v3_1_tool_calls() {
324324
/* .thinking_forced_open = */ false,
325325
/* .parse_tool_calls = */ true,
326326
};
327-
const char* variant = "thinking_not_forced_open_missing_reasoning_no_tool_calls";
327+
const std::string variant("thinking_not_forced_open_missing_reasoning_no_tool_calls");
328328
const std::string in = "CONTENT";
329329
auto m = common_chat_parse(in, false, syntax);
330330
assert_equals<std::size_t>(variant, 0, m.tool_calls.size());

0 commit comments

Comments
 (0)