aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/ryml/test/test_suite/test_suite_parts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/ryml/test/test_suite/test_suite_parts.hpp')
-rw-r--r--thirdparty/ryml/test/test_suite/test_suite_parts.hpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/thirdparty/ryml/test/test_suite/test_suite_parts.hpp b/thirdparty/ryml/test/test_suite/test_suite_parts.hpp
deleted file mode 100644
index 9092313ba..000000000
--- a/thirdparty/ryml/test/test_suite/test_suite_parts.hpp
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef C4_YML_TEST_SUITE_PARTS_HPP_
-#define C4_YML_TEST_SUITE_PARTS_HPP_
-
-#ifdef RYML_SINGLE_HEADER
-#include <ryml_all.hpp>
-#else
-#include <c4/yml/common.hpp>
-#include <c4/span.hpp>
-#endif
-#include <c4/log/log.hpp>
-
-namespace c4 {
-namespace yml {
-
-struct AllowedFailure
-{
- csubstr test_name;
- csubstr reason;
- operator bool() const { return !test_name.empty(); }
-};
-
-AllowedFailure is_failure_expected(csubstr casename);
-
-} // namespace c4
-} // namespace yml
-
-
-#endif /* C4_YML_TEST_SUITE_PARTS_HPP_ */