Searched refs:combined_content (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/kunit/
H A Dstring-stream-test.c291 char *combined_content; local
330 combined_content = kunit_kmalloc(test, combined_length, GFP_KERNEL);
331 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, combined_content);
332 snprintf(combined_content, combined_length, "%s%s",
335 KUNIT_EXPECT_STREQ(test, get_concatenated_string(test, stream_1), combined_content);

Completed in 92 milliseconds