Ticket 37. Construction if for the schemaVersion checking changed in the
[stg.git] / tests / tut / tut_reporter.hpp
1 #ifndef TUT_REPORTER
2 #define TUT_REPORTER
3
4 #include <tut/tut_console_reporter.hpp>
5
6 namespace tut
7 {
8     typedef console_reporter reporter;
9 }
10
11 #endif