1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00
Antony Male 2b484e4239 Fix tests testing TEST_ASSERT_EQUAL_MEMORY_ARRAY on 16-bit platforms
The tests which exercise TEST_ASSERT_EQUAL_MEMORY_ARRAY use int arrays,
and hard-code the size of each element as 4 bytes. This is of course
untrue on 16-bit platforms.

Replace this hard-coded value with sizeof(int).
2013-06-28 11:12:59 +01:00
2013-01-17 13:44:05 +01:00
2012-10-03 15:01:20 -04:00
2013-01-17 13:44:05 +01:00
2013-02-01 12:47:02 +00:00
Description
No description provided
17 MiB
Languages
C 65.4%
Ruby 17%
C++ 13%
Python 1.7%
Makefile 1.5%
Other 1.4%