修复了ReadInput函数中的系列错误

ReadInput函数测试通过
This commit is contained in:
2022-05-20 08:52:58 +08:00
parent 635ea8bdfa
commit 6095d0849b
6 changed files with 34 additions and 16 deletions

View File

@@ -50,12 +50,6 @@ TEST(rail, FindNode)
EXPECT_EQ(p->id, 9);
}
TEST(rail, FreeRails)
{
rail_node_t *head = CreateRails(10, 10);
FreeRails(head);
}