Searched refs:class_with_dtor_output (Results 1 – 1 of 1) sorted by relevance
23 static std::string class_with_dtor_output; variable32 class_with_dtor_output += message; in ~ClassWithDtor()50 ASSERT_EQ("dtor called.", class_with_dtor_output); in TEST()