Fix iovec-related tests

This commit is contained in:
Daniil Kovalev
2021-05-08 17:10:47 +03:00
parent 3944993686
commit a66da75bd4
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ TEST(buffer, vrefbuffer)
vbuf.write("a", 1);
vbuf.write("a", 1);
const struct iovec* vec = vbuf.vector();
const msgpack::iovec* vec = vbuf.vector();
size_t veclen = vbuf.vector_size();
msgpack::sbuffer sbuf;