summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-10 03:17:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-10 03:17:22 +0000
commit951716bf37dc43764322925350ba801c6d6dc04f (patch)
treea55437e326567aaac9b1dff14308f51871082849
parentd8570e5bc21e114ae79df20d84b0a50de7ae1f07 (diff)
downloadbcm5719-llvm-951716bf37dc43764322925350ba801c6d6dc04f.tar.gz
bcm5719-llvm-951716bf37dc43764322925350ba801c6d6dc04f.zip
test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.
llvm-svn: 205951
-rw-r--r--clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp1
-rw-r--r--clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp b/clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp
index ae794580eee..34b8cb84f91 100644
--- a/clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp
+++ b/clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp
@@ -1,4 +1,5 @@
// RUN: $(dirname %s)/check_clang_tidy_fix.sh %s misc-redundant-smartptr-get %t
+// REQUIRES: shell
namespace std {
diff --git a/clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp b/clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp
index 6784b824a3b..3887f8e522d 100644
--- a/clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp
+++ b/clang-tools-extra/test/clang-tidy/redundant-smartptr-get.cpp
@@ -1,4 +1,5 @@
// RUN: $(dirname %s)/check_clang_tidy_output.sh %s misc-redundant-smartptr-get
+// REQUIRES: shell
// CHECK-NOT: warning
OpenPOWER on IntegriCloud