| commit | ddfe963623789fcf4e2f93163b0c5f97847d6c45 | [log] [tgz] |
|---|---|---|
| author | Phil Nash <github@philnash.me> | Tue Aug 14 19:30:30 2012 +0100 |
| committer | Phil Nash <github@philnash.me> | Tue Aug 14 19:30:30 2012 +0100 |
| tree | 8ac01649f7ff702cd6fcbf12aacc2d253fd23f23 | |
| parent | 9c6ce97f01745d23bc48ca497698f4a30e8feba2 [diff] [blame] |
Split imll from TestCaseInfo
diff --git a/include/catch.hpp b/include/catch.hpp index 1064ddd..d03fdfb 100644 --- a/include/catch.hpp +++ b/include/catch.hpp
@@ -27,7 +27,7 @@ // These files are included here so the single_include script doesn't put them // in the conditionally compiled sections -#include "internal/catch_test_case_info.hpp" +#include "internal/catch_test_case_info.h" #include "internal/catch_interfaces_runner.h" #ifdef __OBJC__