mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
AK: Fix typo in TestVector.cpp, oops.
This commit is contained in:
parent
5e01ebfc56
commit
4e59300650
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ TEST_CASE(prepend_vector_object)
|
|||
more_objects.empend(make<SubObject>(4));
|
||||
more_objects.empend(make<SubObject>(5));
|
||||
more_objects.empend(make<SubObject>(6));
|
||||
EXPECT_EQ(more_objects.size(), 4);
|
||||
EXPECT_EQ(more_objects.size(), 3);
|
||||
|
||||
objects.prepend(move(more_objects));
|
||||
EXPECT_EQ(more_objects.size(), 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue