More project refactoring

This commit is contained in:
Phil Nash
2011-01-05 21:16:54 +00:00
parent e0d530c22c
commit 896a04f5e8
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* catch_registry.hpp
* catch_reporter_registry.hpp
* Catch
*
* Created by Phil on 29/10/2010.

View File

@@ -14,7 +14,7 @@
#include "catch_interfaces_reporter.h"
#include "catch_config.hpp"
#include "catch_registry.hpp"
#include "catch_test_registry.hpp"
#include "catch_capture.hpp"
namespace Catch

View File

@@ -1,5 +1,5 @@
/*
* catch_registry.hpp
* catch_test_registry.hpp
* Catch
*
* Created by Phil on 18/10/2010.