Skip to content

Commit

Permalink
test databuf::putbig
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 2, 2024
1 parent 4f886c9 commit 44ec36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ namespace
assert(s.put<int>(0) == false);
assert(s.get<int>(d.data(), 2) == false);
assert(s.get<int>() == 0);
assert(s.putbig<int>(0) == false);
}
}

Expand Down

0 comments on commit 44ec36b

Please sign in to comment.