Fix list unittest
This commit is contained in:
parent
14d429853b
commit
cdb9dcc154
@ -6,7 +6,7 @@ list.resize(2);
|
||||
assert_equal(list.size(), 2);
|
||||
|
||||
list.resize(6, "AAA");
|
||||
assert_equal(list[5], "AAA");
|
||||
assert_equal(list.back(), "AAA");
|
||||
|
||||
list.resize(0);
|
||||
assert_equal(list.size(), 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user