[NFC] [tests] Don't try to remove and create the same directory
In the test of clang/test/Modules/no-transitive-source-location-change.cppm, there were reports about invalid directory names in windows. The reason may be that we may remove and create the same directory. This patch tries to avoid such patterns for that.
Please register or sign in to comment