[test-vector] Test remove()
Currently buggy. Valgrind confirms.
This commit is contained in:
parent
58f848daa8
commit
3bd755c32d
|
@ -159,6 +159,8 @@ main (int argc, char **argv)
|
||||||
hb_vector_t<std::string> v2;
|
hb_vector_t<std::string> v2;
|
||||||
|
|
||||||
v2 = v;
|
v2 = v;
|
||||||
|
|
||||||
|
v2.remove (50);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue