fix #error
This commit is contained in:
parent
6431a560a9
commit
51746fe8cd
@ -42,7 +42,7 @@
|
|||||||
#ifndef DOCTEST_LIBRARY_INCLUDED
|
#ifndef DOCTEST_LIBRARY_INCLUDED
|
||||||
#define DOCTEST_LIBRARY_INCLUDED
|
#define DOCTEST_LIBRARY_INCLUDED
|
||||||
#ifndef SLED_TESTING_TEST_H
|
#ifndef SLED_TESTING_TEST_H
|
||||||
#error "This file should not be included directly. Include the top-level header instead.
|
#error "This file should not be included directly. Include the top-level header instead."
|
||||||
#endif // SLED_TESTING_TEST_H
|
#endif // SLED_TESTING_TEST_H
|
||||||
|
|
||||||
// =================================================================================================
|
// =================================================================================================
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#define fakeit_h__
|
#define fakeit_h__
|
||||||
|
|
||||||
#ifndef SLED_TESTING_TEST_H
|
#ifndef SLED_TESTING_TEST_H
|
||||||
#error "This file should not be included directly. Include the top-level header instead.
|
#error "This file should not be included directly. Include the top-level header instead."
|
||||||
#endif// SLED_TESTING_TEST_H
|
#endif// SLED_TESTING_TEST_H
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
Loading…
Reference in New Issue
Block a user