mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
OCTest project now #includes all cpp files, so they all get __OBJC__ defined
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef TWOBLUECUBES_CATCH_MULTI_REPORTER_H_INCLUDED
|
||||
#define TWOBLUECUBES_CATCH_MULTI_REPORTER_H_INCLUDED
|
||||
|
||||
#include "../internal/catch_interfaces_reporter.h"
|
||||
|
||||
@@ -43,3 +45,5 @@ namespace Catch {
|
||||
};
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_MULTI_REPORTER_H_INCLUDED
|
||||
|
Reference in New Issue
Block a user