From 7e8661337769220aa09aba8e9d4d6018768b105c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 28 Dec 2015 15:06:04 +0000 Subject: [PATCH] Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) --- include/catch_with_main.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/catch_with_main.hpp b/include/catch_with_main.hpp index 23855e9b..54aa651f 100644 --- a/include/catch_with_main.hpp +++ b/include/catch_with_main.hpp @@ -8,8 +8,7 @@ #ifndef TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED #define TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED -#include "catch_runner.hpp" +#define CATCH_CONFIG_MAIN #include "catch.hpp" -#include "internal/catch_default_main.hpp" #endif // TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED