Searched refs:TestException (Results 1 – 1 of 1) sorted by relevance
51 struct TestException {}; in TEST() struct52 CHECK_THROW(throw TestException(), TestException); in TEST()