Alexandre Julliard (@julliard) commented about dlls/ntdll/tests/file.c:
delete_object( oldpath );
}
+static void test_file_rename_information_ex(void) +{
- static const WCHAR foo_txtW[] = {'\','f','o','o','.','t','x','t',0};
- static const WCHAR fooW[] = {'f','o','o',0};
It doesn't seem necessary to duplicate all that code.