Skip to content

Commit e6c58e6

Browse files
committed
[clang] Remove stdint.h include from a test
Tests must not include headers from the host system. It looks like the include wasn't needed for anything, so just remove it. This makes check-clang work in a `git bash` launched from a cmd.exe that isn't an MSVC shell (that is, %INCLUDE% isn't set).
1 parent ace2a6c commit e6c58e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/test/Index/retain-excluded-conditional-blocks.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// RUN: c-index-test -retain-excluded-conditional-blocks %s | FileCheck %s
22

3-
#include <stdint.h>
4-
5-
// CHECK: TypedefDecl=intptr_t
6-
73
// CHECK: [[@LINE+1]]:12: ObjCInterfaceDecl=MyCls
84
@interface MyCls
95
// CHECK: [[@LINE+1]]:8: ObjCInstanceMethodDecl=some_meth

0 commit comments

Comments
 (0)