clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now since r193116.

Clang confuses among dosish paths. In this case, "Input/foo.cpp" and "Input\foo.cpp" cannot be unified.

llvm-svn: 193456
This commit is contained in:
NAKAMURA Takumi 2013-10-26 02:04:06 +00:00
parent e692cfa330
commit 7ef9ae1d43
1 changed files with 1 additions and 0 deletions

View File

@ -74,3 +74,4 @@ int func(bool b) {
// FIXME: It is confused on win32 to generate file entry when dosish filename is given.
// REQUIRES: shell
// REQUIRES: shell-preserves-root