We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a3936 commit fa80bc7Copy full SHA for fa80bc7
clang-tools-extra/test/clang-tidy/checkers/misc/unused-parameters.cpp
@@ -1,7 +1,7 @@
1
// RUN: mkdir -p %t.dir
2
// RUN: echo "static void staticFunctionHeader(int i) {;}" > %t.dir/header.h
3
// RUN: echo "static void staticFunctionHeader(int /*i*/) {;}" > %t.dir/header-fixed.h
4
-// RUN: %check_clang_tidy --match-partial-fixes -std=c++11 %s misc-unused-parameters %t.dir/code -- -header-filter='.*' -- -fno-delayed-template-parsing > /tmp/test6
+// RUN: %check_clang_tidy --match-partial-fixes -std=c++11 %s misc-unused-parameters %t.dir/code -- -header-filter='.*' -- -fno-delayed-template-parsing
5
// RUN: diff %t.dir/header.h %t.dir/header-fixed.h
6
// FIXME: Make the test work in all language modes.
7
0 commit comments