Restructured test directories.
[libsex.git] / tests / framework / AutoCreatedException.cxx
blobb19f1565bc230003fb78ce8dadef78029831ec4e
1 #include <tests/framework/AutoCreatedException.hxx>
2 #include <libsex/macros.hxx>
4 // Do not change this! Here we're testing whether
5 // defining new exception classes using macros works.
7 LIBSEX_DEFINE(
8 libsex::Exception,
9 AutoCreatedException,
10 "%s is %d");