Changed Xcode search paths for easier sharing of projects with Windows

This commit is contained in:
Phil Nash 2013-03-29 21:39:02 +00:00
parent 38f7eef6fe
commit 9d15d36748
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
#endif
#include "catch_self_test.hpp"
#include "catch_line_wrap.h"
#include "internal/catch_line_wrap.h"
TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results" ) {
using namespace Catch;