fix #error
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1m54s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 1m12s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 1m42s

This commit is contained in:
tqcq 2024-03-31 02:17:58 +08:00
parent 6431a560a9
commit 51746fe8cd
2 changed files with 2 additions and 2 deletions

View File

@ -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
// =================================================================================================

View File

@ -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>