Moved catch_test_spec.h to catch_test_spec.hpp

This commit is contained in:
Phil Nash 2014-05-16 18:28:58 +01:00
parent ae75b3774a
commit b1e7d161b5
9 changed files with 114 additions and 131 deletions

View file

@ -13,7 +13,7 @@
#pragma clang diagnostic ignored "-Wpadded"
#endif
#include "catch_test_spec.h"
#include "catch_test_spec.hpp"
namespace Catch {