Reformatting

This commit is contained in:
Phil Nash
2012-05-15 07:42:26 +01:00
parent 6acb36a996
commit 2efc1146bf
11 changed files with 211 additions and 545 deletions

View File

@@ -15,13 +15,11 @@
#include "catch_common.h"
#include <ostream>
namespace Catch
{
namespace Catch {
struct TestFailureException{};
class ScopedInfo
{
class ScopedInfo {
public:
ScopedInfo() : m_oss() {
Context::getResultCapture().pushScopedInfo( this );