More reformatting

This commit is contained in:
Phil Nash
2012-05-10 21:46:46 +01:00
parent d53573c95a
commit d10d2d3485
6 changed files with 150 additions and 225 deletions

View File

@@ -1,13 +1,9 @@
/*
* catch_runner.hpp
* Catch
*
* Created by Phil on 22/10/2010.
* Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
*
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
*/
#ifndef TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED
#define TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED
@@ -25,8 +21,7 @@
#include <string>
namespace Catch
{
{
class StreamRedirect
{
public:
@@ -370,7 +365,7 @@ namespace Catch
}
m_info.clear();
}
private:
RunningTest* m_runningTest;
ResultInfoBuilder m_currentResult;