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 | 660489c49fabd6a73446cc7cabba7f0981df569a (patch) | |
| tree | 06d886e58ca23a22bb2eb0ba6e22e3723bfb47ce | |
| parent | 7fca93b428b73bfa3e0e2e64b94d10b1fac6402f (diff) | |
| download | bcm5719-llvm-660489c49fabd6a73446cc7cabba7f0981df569a.tar.gz bcm5719-llvm-660489c49fabd6a73446cc7cabba7f0981df569a.zip | |
clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11.
llvm-svn: 166478
| -rw-r--r-- | clang/test/PCH/pch-dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/pch-dir.c b/clang/test/PCH/pch-dir.c index 64c81154bc4..32dcc103647 100644 --- a/clang/test/PCH/pch-dir.c +++ b/clang/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 |

