diff options
Diffstat (limited to 'test/Analysis/malloc.m')
-rw-r--r-- | test/Analysis/malloc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc.m b/test/Analysis/malloc.m index 08206f3bf1..21d2dafa38 100644 --- a/test/Analysis/malloc.m +++ b/test/Analysis/malloc.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-objc-root-class -fblocks %s -#include "system-header-simulator-objc.h" +#include "Inputs/system-header-simulator-objc.h" @class NSString; typedef __typeof(sizeof(int)) size_t; |