Split imll from TestCaseInfo

This commit is contained in:
Phil Nash 2012-08-14 19:30:30 +01:00
parent 9c6ce97f01
commit ddfe963623
9 changed files with 139 additions and 98 deletions

View file

@ -17,7 +17,7 @@
// NB. Any general catch headers included here must be included
// in catch.hpp first to make sure they are included by the single
// header for non obj-usage
#include "internal/catch_test_case_info.hpp"
#include "internal/catch_test_case_info.h"
///////////////////////////////////////////////////////////////////////////////
// This protocol is really only here for (self) documenting purposes, since