diff options
Diffstat (limited to 'test/Analysis/coverage.c')
-rw-r--r-- | test/Analysis/coverage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/coverage.c b/test/Analysis/coverage.c index 811691391eb1b..66f0a5e385b9b 100644 --- a/test/Analysis/coverage.c +++ b/test/Analysis/coverage.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -analyzer-max-loop 4 -verify %s -#include "system-header-simulator.h" +#include "Inputs/system-header-simulator.h" typedef __typeof(sizeof(int)) size_t; void *malloc(size_t); |