Skip to content

Commit 89daf6b

Browse files
committed
Fix C++ compilation error in tests/test-chat.cpp
Add missing closing brace to terminate test_template_output_parsers() function. This resolves compilation errors that prevented successful build of the test-chat target.
1 parent dda43af commit 89daf6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-chat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,7 @@ static void test_template_output_parsers() {
22702270
/* .reasoning_format = */ COMMON_REASONING_FORMAT_AUTO,
22712271
}));
22722272
}
2273+
}
22732274
}
22742275

22752276

0 commit comments

Comments
 (0)