Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_thread_atexit_test.cpp23 static std::string class_with_dtor_output; variable
32 class_with_dtor_output += message; in ~ClassWithDtor()
50 ASSERT_EQ("dtor called.", class_with_dtor_output); in TEST()