Remove wxVector unit test

Testing this class doesn't make much sense any more as it's just a
typedef for std::vector and we can presumably rely on the standard class
working as expected.
This commit is contained in:
Vadim Zeitlin 2022-10-11 00:46:24 +02:00
parent 86348a9d28
commit 7ae3cf206c
9 changed files with 0 additions and 400 deletions

View file

@ -89,7 +89,6 @@ set(TEST_SRC
uris/ftp.cpp
uris/uris.cpp
uris/url.cpp
vectors/vectors.cpp
weakref/evtconnection.cpp
weakref/weakref.cpp
xlocale/xlocale.cpp