projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deal correctly with having too few items in wxFlexGridSizer (this is not an error...
[wxWidgets.git]
/
tests
/
hashes
/
hashes.cpp
diff --git
a/tests/hashes/hashes.cpp
b/tests/hashes/hashes.cpp
index a2777285914831ee9b349836b14205b6fdc13db4..a9930a32092dead88a511a843d697f20f51e90d3 100644
(file)
--- a/
tests/hashes/hashes.cpp
+++ b/
tests/hashes/hashes.cpp
@@
-264,17
+264,8
@@
void HashesTestCase::wxUntypedHashTableDeleteContents()
CPPUNIT_ASSERT( FooObject::count == 0 );
}
CPPUNIT_ASSERT( FooObject::count == 0 );
}
-#if WXWIN_COMPATIBILITY_2_4
-WX_DECLARE_LIST(Foo, wxListFoos);
-#endif
-
WX_DECLARE_HASH(Foo, wxListFoos, wxHashFoos);
WX_DECLARE_HASH(Foo, wxListFoos, wxHashFoos);
-#if WXWIN_COMPATIBILITY_2_4
-#include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxListFoos)
-#endif
-
void HashesTestCase::wxTypedHashTableTest()
{
// need a nested scope for destruction
void HashesTestCase::wxTypedHashTableTest()
{
// need a nested scope for destruction