forked from OSchip/llvm-project
clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 to add explicit triple.
llvm-svn: 312137
This commit is contained in:
parent
baae732946
commit
89e8d5e955
|
@ -1,4 +1,4 @@
|
|||
// RUN: %check_clang_tidy %s hicpp-signed-bitwise %t
|
||||
// RUN: %check_clang_tidy %s hicpp-signed-bitwise %t -- -- -std=c++11 -target x86_64-unknown-unknown
|
||||
|
||||
// These could cause false positives and should not be considered.
|
||||
struct StreamClass {
|
||||
|
|
Loading…
Reference in New Issue