allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -152,7 +152,8 @@ CPPUNIT_NS_END | ||||
|  | ||||
| WX_CPPUNIT_ALLOW_EQUALS_TO_INT(long) | ||||
| WX_CPPUNIT_ALLOW_EQUALS_TO_INT(short) | ||||
| WX_CPPUNIT_ALLOW_EQUALS_TO_INT(size_t) | ||||
| WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned) | ||||
| WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned long) | ||||
|  | ||||
| // Use this macro to compare a wxArrayString with the pipe-separated elements | ||||
| // of the given string | ||||
|   | ||||
		Reference in New Issue
	
	Block a user