[test-vector] Test remove()

Currently buggy. Valgrind confirms.
This commit is contained in:
Behdad Esfahbod 2022-05-19 15:51:18 -06:00
parent 58f848daa8
commit 3bd755c32d
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ main (int argc, char **argv)
hb_vector_t<std::string> v2;
v2 = v;
v2.remove (50);
}
return 0;