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

@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_INTERNAL_CATCH_RUNNING_TEST_HPP_INCLUDED
#define TWOBLUECUBES_INTERNAL_CATCH_RUNNING_TEST_HPP_INCLUDED
#include "catch_test_case_info.hpp"
#include "catch_test_case_info.h"
#include "catch_section_info.hpp"
namespace Catch {