Commit 33128dbb authored by Alexandre Julliard's avatar Alexandre Julliard

msxml3/tests: Fix test cleanup.

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