Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp12 static const char *kCaughtA = "ExceptionA"; variable
40 return kCaughtA; in catchA()
131 return kCaughtA; in catchAny()
164 test(catchA, throwA, kCaughtA); in main()
196 test(catchAny, throwA, kCaughtA); in main()