clang-tidy: Attempt to fix build bot failure with mismatching size_t platform type.
authorDaniel Marjamaki <daniel.marjamaki@evidente.se>
Mon, 21 Nov 2016 15:46:40 +0000 (15:46 +0000)
committerDaniel Marjamaki <daniel.marjamaki@evidente.se>
Mon, 21 Nov 2016 15:46:40 +0000 (15:46 +0000)
llvm-svn: 287546

clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp

index adb7c4d..19decec 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-redundant-declaration %t
+// RUN: %check_clang_tidy %s readability-redundant-declaration %t -- -- -target x86_64-unknown-unknown
 
 extern int Xyz;
 extern int Xyz;