Skip to content

Commit e3fe1ce

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

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
@@ -15,7 +15,7 @@
1515
#include "regex-partial.h"
1616

1717
template <class T>
18-
static void assert_equals(const std::string & label, const T & expected, const T & actual) {
18+
static void assert_equals(const std::string_view label, const T & expected, const T & actual) {
1919
if (expected != actual) {
2020
std::cerr << label << std::endl;
2121
std::cerr << "Expected: " << expected << std::endl;

0 commit comments

Comments
 (0)