msxml3/tests: Fix test cleanup.

This commit is contained in:
Alexandre Julliard 2008-07-09 11:46:44 +02:00
parent 806385248a
commit 33128dbb22
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}