Skip to content

Commit 86aa06f

Browse files
Update test_input.cpp
1 parent b2c0edb commit 86aa06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ FOSSIL_TEST_CASE(cpp_test_io_input_class_gets_utf8_invalid) {
318318

319319
char buf[20];
320320
char *result = fossil::io::Input::gets_utf8(buf, sizeof(buf), input_stream);
321-
ASSUME_CNULL(result);
321+
ASSUME_ITS_CNULL(result);
322322
fclose(input_stream);
323323
}
324324

0 commit comments

Comments
 (0)