mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Fix unit tests build
This commit is contained in:
parent
baf4317ffa
commit
417a03a8a4
@ -5,7 +5,6 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <ss/parser.hpp>
|
||||
|
||||
#ifdef CMAKE_GITHUB_CI
|
||||
#include <doctest/doctest.h>
|
||||
@ -13,6 +12,11 @@
|
||||
#include <doctest.h>
|
||||
#endif
|
||||
|
||||
namespace ss {
|
||||
template <typename... Ts>
|
||||
class parser;
|
||||
} /* ss */
|
||||
|
||||
namespace {
|
||||
struct buffer {
|
||||
std::string data_;
|
||||
@ -185,5 +189,4 @@ std::tuple<ss::parser<Ts...>, std::string> make_parser(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} /* namespace */
|
||||
|
Loading…
Reference in New Issue
Block a user