xo-indentlog: fix utest -- lpos
This commit is contained in:
parent
111df958f5
commit
4155137c38
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ namespace ut {
|
|||
|
||||
REQUIRE(sbuf.capacity() == z);
|
||||
REQUIRE(sbuf.pos() == 1);
|
||||
REQUIRE(sbuf.lpos() == 1);
|
||||
REQUIRE(sbuf.lpos() == 0); // at least on OSX
|
||||
}
|
||||
|
||||
// write test cases with some random strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue