Skip to content
Commit 4a8917be authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's...

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
parent 5e2f8c42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment