Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp)

This commit is contained in:
Phil Nash 2015-12-28 15:06:04 +00:00
parent 5262e61e9d
commit dbd3a84d92
1 changed files with 1 additions and 2 deletions

View File

@ -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