Removed superfluous "namespace Catch" that caused build error

No idea how it got here, likely a bad merge.

This is why there needs to be Windows travis build, it would have caught
this right away.
This commit is contained in:
Martin Hořeňovský 2016-12-28 10:14:08 +01:00
parent 925f5bdce6
commit ae7bad2ff8

View File

@ -26,8 +26,6 @@ namespace Catch {
#if defined ( CATCH_PLATFORM_WINDOWS ) /////////////////////////////////////////
namespace Catch {
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>