mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
set fun for contetn
This commit is contained in:
parent
80862c09a6
commit
599461f854
@ -1 +1 @@
|
||||
Subproject commit 71b647afbb24472e860ab7f2ad00a54cf9f9a5b0
|
||||
Subproject commit f41adead2e8ecb07de7e11de7beec88e439cf54b
|
@ -50,7 +50,7 @@ TEST(content, get)
|
||||
ASSERT_STREQ("name", name);
|
||||
ASSERT_STREQ("type", type);
|
||||
|
||||
pikaFree(self, totleSize);
|
||||
content_deinit(self);
|
||||
EXPECT_EQ(pikaMemNow(), 0);
|
||||
}
|
||||
|
||||
@ -87,6 +87,6 @@ TEST(content, init)
|
||||
ASSERT_STREQ("name", name);
|
||||
ASSERT_STREQ("type", type);
|
||||
|
||||
pikaFree(self, totleSize);
|
||||
content_deinit(self);
|
||||
EXPECT_EQ(pikaMemNow(), 0);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user