Home | History | Annotate | Download | only in tests

Lines Matching full:expected_warning

849   char expected_warning[128];
850 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line);
851 EXPECT_DEATH(LargeFunction(true), expected_warning);