Long time ago the buffer library had an issue with dangling
`last_p` in `bufferlist`. The problem has been eradicated
altogether with the `last_p` itself but I missed turning
the replicator on. Let's finally do that.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
ASSERT_FALSE(bl.is_provided_buffer(buff));
}
-TEST(BufferList, DISABLED_DanglingLastP) {
+TEST(BufferList, DanglingLastP) {
bufferlist bl;
{
// previously we're using the unsharable buffer type to distinguish