提交 c1379802 编写于 作者: K kotofos

no arguments for UnityPointer_Init

上级 df3fe0c3
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册