mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 08:27:48 +05:30
freadln.c: test: remove file after the test
This commit is contained in:
parent
8a3e4ba31f
commit
f47eeaa6a1
@ -202,6 +202,9 @@ int main(void) {
|
|||||||
CLOCKS_PER_SEC);
|
CLOCKS_PER_SEC);
|
||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
|
remove(TEST_FILE);
|
||||||
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user