diff --git a/utest/log_streambuf.test.cpp b/utest/log_streambuf.test.cpp index 12b3b38..8098d88 100644 --- a/utest/log_streambuf.test.cpp +++ b/utest/log_streambuf.test.cpp @@ -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.