Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc875 char expected_warning[128]; in TEST() local
876 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line); in TEST()
877 EXPECT_DEATH(LargeFunction(true), expected_warning); in TEST()