diff options
author | Manuel Klimek <klimek@google.com> | 2012-07-10 14:21:30 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-07-10 14:21:30 +0000 |
commit | a9c86c980bea6e51ce4cb09d0d629d05970a34ff (patch) | |
tree | f45475e07ddbce0cf025bf0e1036f8e2b0bce81a /clang/test/Tooling/auto-detect-from-source.cpp | |
parent | d908ddc186aa026164104adcd4207436fe54e279 (diff) | |
download | bcm5719-llvm-a9c86c980bea6e51ce4cb09d0d629d05970a34ff.tar.gz bcm5719-llvm-a9c86c980bea6e51ce4cb09d0d629d05970a34ff.zip |
Fixes the MSVC build.
llvm-svn: 159992
Diffstat (limited to 'clang/test/Tooling/auto-detect-from-source.cpp')
-rw-r--r-- | clang/test/Tooling/auto-detect-from-source.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Tooling/auto-detect-from-source.cpp b/clang/test/Tooling/auto-detect-from-source.cpp index 40a2a1c9fe3..d8e82e77545 100644 --- a/clang/test/Tooling/auto-detect-from-source.cpp +++ b/clang/test/Tooling/auto-detect-from-source.cpp @@ -6,3 +6,5 @@ // CHECK: C++ requires invalid; + +// REQUIRES: shell |