diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/redundant-smartptr-get-fix.cpp | 1 |
1 files changed, 1 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 { |

