diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp b/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp index 47d58a5a6c4..67304d23010 100644 --- a/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp +++ b/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp @@ -1,4 +1,3 @@ -// REQUIRES: static-analyzer // RUN: %check_clang_tidy %s mpi-buffer-deref %t -- -- -I %S/Inputs/mpi-type-mismatch #include "mpimock.h" |