This website requires JavaScript.
Explore
Help
Sign In
3rd-party
/
Unity
Watch
1
Star
0
Fork
0
You've already forked Unity
mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced
2026-01-23 16:35:58 +01:00
Code
Issues
Releases
Wiki
Activity
Files
ab7e322a0441b2bd68047f7bbbb258600a059f3c
Unity
/
src
History
Mark VanderVoord
16a7d30d5e
INTPTR_MAX is defined as nothing on some targets (looking at you HP-UX) and therefore these lines would crash. Adding 0 to the check makes these lines always run.
2015-07-21 08:38:48 -04:00
..
unity_internals.h
INTPTR_MAX is defined as nothing on some targets (looking at you HP-UX) and therefore these lines would crash. Adding 0 to the check makes these lines always run.
2015-07-21 08:38:48 -04:00
unity.c
Use UNITY_PTR_ATTRIBUTE() in one place where it was (accidentally?) not used.
2015-07-15 11:52:29 +03:00
unity.h
Added back TEST_ASSERT_EQUAL_STRING_MESSAGE() which was (accidentally?) removed some time ago.
2015-07-15 13:27:15 +03:00