[clang-tools-extra] r295498 - Fix windows buildbots that don't have full shell support

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 17 13:31:31 PST 2017


Author: rksimon
Date: Fri Feb 17 15:31:31 2017
New Revision: 295498

URL: http://llvm.org/viewvc/llvm-project?rev=295498&view=rev
Log:
Fix windows buildbots that don't have full shell support

Modified:
    clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp?rev=295498&r1=295497&r2=295498&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp Fri Feb 17 15:31:31 2017
@@ -1,3 +1,4 @@
+// REQUIRES: shell
 // RUN: sed 's/placeholder_for_f/f/' %s > %t.cpp
 // RUN: clang-tidy -checks=-*,modernize-use-override %t.cpp -- -std=c++11 | FileCheck -check-prefix=CHECK-SANITY %s
 // RUN: not diff -U0 %s %t.cpp | %clang_tidy_diff -checks=-*,modernize-use-override -- -std=c++11 2>&1 | FileCheck %s




More information about the cfe-commits mailing list