clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 to add explicit triple.

llvm-svn: 312137
This commit is contained in:
NAKAMURA Takumi 2017-08-30 16:34:51 +00:00
parent baae732946
commit 89e8d5e955
1 changed files with 1 additions and 1 deletions

View File

@ -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 {