msxml3/tests: Fix test cleanup.
This commit is contained in:
parent
806385248a
commit
33128dbb22
|
@ -3306,6 +3306,7 @@ static void test_DocumentSaveToFile(void)
|
|||
ok(read != 0, "could not read file\n");
|
||||
ok(buffer[0] != '<' || buffer[1] != '?', "File contains processing instruction\n");
|
||||
|
||||
CloseHandle(file);
|
||||
DeleteFile("test.xml");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue