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

@ -130,7 +130,6 @@ TEST_OBJECTS1=test_ipc.obj,\
test_ftp.obj,\
test_uris.obj,\
test_url.obj,\
test_vectors.obj,\
test_evtconnection.obj,\
test_weakref.obj,\
test_xlocale.obj,\
@ -480,9 +479,6 @@ test_uris.obj : [.uris]uris.cpp
test_url.obj : [.uris]url.cpp
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.uris]url.cpp
test_vectors.obj : [.vectors]vectors.cpp
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.vectors]vectors.cpp
test_evtconnection.obj : [.weakref]evtconnection.cpp
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.weakref]evtconnection.cpp