Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find.exe...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Jun 2015 08:37:21 +0000 (08:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Jun 2015 08:37:21 +0000 (08:37 +0000)
commit4a8917be84bb6d6a5ecd6193f8922a2230f8a21a
tree968351ad9a18d61bf10c8c06afbaccf57beecfd0
parent5e2f8c4231b7d08d964c1af5d973415cc1bb6949
Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find.exe on newer version of Windows.

It seems "*.pcm" would be expanded with current directory by NTOS 6.x's msvcrt. GnuWin32 utils are affected.
To avoid the issue, put an expression that msvcrt's glob won't match, like "*.pc[m]".

llvm-svn: 240387
clang/test/Modules/modules-with-same-name.m