Commit 51746fe8 authored by tqcq's avatar tqcq
Browse files

fix #error

parent 6431a560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#ifndef DOCTEST_LIBRARY_INCLUDED
#define DOCTEST_LIBRARY_INCLUDED
#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

// =================================================================================================
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#define fakeit_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

#include <functional>