diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-23 10:43:00 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-23 10:43:00 +0000 |
commit | ac2153e5187fa46b37bc2db582926e05fdb28262 (patch) | |
tree | a7d2ba41cabecbba0f2faff43a9119b8e44ee024 /test/PCH | |
parent | 70b9db9879c1cb8b8ca7d6c9809e35361cab83dc (diff) |
clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r-- | test/PCH/pch-dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/pch-dir.c b/test/PCH/pch-dir.c index 64c81154bc..32dcc10364 100644 --- a/test/PCH/pch-dir.c +++ b/test/PCH/pch-dir.c @@ -6,7 +6,7 @@ // RUN: %clang -x c++ -include %t.h -fsyntax-only %s -Xclang -print-stats 2> %t.cpplog // RUN: FileCheck -check-prefix=CPP %s < %t.cpplog -// FIXME: It doesn't fail on msvc. +// msvc(*-win32) implies -std=c++11, then it is expected to pass on msvc. // XFAIL: win32 // RUN: not %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log // RUN: FileCheck -check-prefix=CPP11 %s < %t.cpp11log |