indentlog: fix utest for OSX
This commit is contained in:
parent
e0ce3e1a78
commit
e5e95a8737
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace ut {
|
|||
|
||||
//REQUIRE(sbuf.lo() == sbuf.pbase());
|
||||
|
||||
auto expected = string_view("empty log_streambuf :sbuf.lo 0 :sbuf.hi 0 :sbuf.color_escape_chars 0");
|
||||
auto expected = string_view("empty log_streambuf :sbuf.lo 0x0 :sbuf.hi 0x0 :sbuf.color_escape_chars 0");
|
||||
|
||||
REQUIRE(string_view(sbuf) == expected);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue