1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-10-12 11:23:39 +00:00

Add comment for free function (handled in teardown)

This commit is contained in:
Peter Evans 2018-01-07 14:45:59 -06:00
parent d71a5c83ca
commit 216ad72d4c

View File

@ -28,6 +28,8 @@ Test(apple2_dd, create)
cr_assert_eq(drive->mode, DD_READ);
}
/* Test(apple2_dd, free) */
Test(apple2_dd, insert)
{
FILE *stream;