Home
last modified time | relevance | path

Searched refs:TEST_TAG_EXPECT_MSG_PFX (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c19 #define TEST_TAG_EXPECT_MSG_PFX "comment:test_expect_msg=" macro
222 } else if (str_has_pfx(s, TEST_TAG_EXPECT_MSG_PFX)) { in parse_test_spec()
223 msg = s + sizeof(TEST_TAG_EXPECT_MSG_PFX) - 1; in parse_test_spec()