Replace include by forward declaration in test case

This should fix the remaining buildbot issue for the misleading identifier
detection pass.

Differential Revision: https://reviews.llvm.org/D112914
This commit is contained in:
serge-sans-paille
2021-11-10 20:32:55 +01:00
parent 92d205672a
commit 26d195d8b3

View File

@@ -1,6 +1,6 @@
// RUN: %check_clang_tidy %s misc-misleading-identifier %t
#include <stdio.h>
int printf(const char *format, ...);
// CHECK-MESSAGES: :[[#@LINE+1]]:1: warning: identifier has right-to-left codepoints [misc-misleading-identifier]
short int א = (short int)0;