1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-24 17:01:35 +01:00
Antony Male 318dc8f35a Fix unit tests for TEST_ASSERT_EQUAL_HEX_ARRAY on 16-bit architectures
Previously, TEST_ASSERT_EQUAL_HEX_ARRAY was being called, and passed
arrays of type 'unsigned int'. TEST_ASSERT_EQUAL_HEX_ARRAY is an alias
for TEST_ASSERT_EQUAL_HEX32_ARRAY in *all* cases (and is documented as
such), while 'unsigned int' is 16 bits on some platforms. Unsurprisingly
this caused some tests to fail.

Fix by replacing the 'unsigned int' declarations with '_UU32'.
2013-06-28 10:59:23 +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
18 MiB
Languages
C 65.4%
Ruby 17%
C++ 13%
Python 1.7%
Makefile 1.5%
Other 1.4%