Commit 63b62dc5 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcrt/tests: Clean up a temp file.

parent dc0c3677
......@@ -292,6 +292,7 @@ static void test_fgetc( void )
ret = fgetc(tempfh);
ok(ich == ret, "Second fgetc expected %x got %x\n", ich, ret);
fclose(tempfh);
unlink(tempf);
}
static void test_fgetwc( void )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment