mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
fix STNTEX LEVEL in test
This commit is contained in:
parent
a3e318efd5
commit
56621882f9
@ -1,5 +1,7 @@
|
||||
#include "test_common.h"
|
||||
|
||||
|
||||
#if PIKA_SYNTEX_ITEM_SLICE_ENABLE
|
||||
TEST(stddata, test1) {
|
||||
/* init */
|
||||
pikaMemInfo.heapUsedMax = 0;
|
||||
@ -20,3 +22,4 @@ TEST(stddata, test1) {
|
||||
obj_deinit(pikaMain);
|
||||
EXPECT_EQ(pikaMemNow(), 0);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user