Skip to content
Commit 02d34adf authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.c...

clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp: Resolve flakiness in the test.

Tests would go flaky if;
1. Using %T (not %t)
2. Put a file with common name like header.h into %T
3. Other tests (eg. misc-unused-parameters.cpp) are doing as well

We should avoid using %T unless it really makes sense.

llvm-svn: 307876
parent 8050ea16
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment