mirror of https://github.com/jarro2783/cxxopts.git
Fix: use cxxopts::String in tests
This commit is contained in:
parent
3358ea8408
commit
d433b00fb7
|
|
@ -1767,10 +1767,10 @@ TEST_CASE("wrap_text", "[wrap_text]")
|
|||
{
|
||||
struct {
|
||||
std::string name;
|
||||
std::string text;
|
||||
cxxopts::String text;
|
||||
std::size_t allowed;
|
||||
std::size_t start;
|
||||
std::string expected;
|
||||
cxxopts::String expected;
|
||||
} tests[] = {
|
||||
{
|
||||
"Plain Newline",
|
||||
|
|
|
|||
Loading…
Reference in New Issue