1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

no arguments for UnityPointer_Init

This commit is contained in:
kotofos
2014-12-03 11:58:08 +06:00
parent df3fe0c3f0
commit c1379802eb

View File

@@ -122,7 +122,7 @@ TEST(UnityFixture, PointerSet)
p1 = &c1;
p2 = &c2;
UnityPointer_Init(10);
UnityPointer_Init();
UT_PTR_SET(p1, &newC1);
UT_PTR_SET(p2, &newC2);
TEST_ASSERT_POINTERS_EQUAL(&newC1, p1);