From 66a34a6a45019a54d84e9c5a06c4498e56f13a40 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 12 Sep 2012 01:11:10 +0000 Subject: Adjust some analyzer tests to place widely shared inputs inside of an 'Inputs' subdirectory. The general desire has been to have essentially all of the non-test input files live in such directories, with some exceptions for obvious and common patterns like 'foo.c' using 'foo.h'. This came up because our distributed test runner couldn't find some of the headers, for example with stl.cpp. No functionality changed, just shuffling around here. llvm-svn: 163674 --- clang/test/Analysis/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/malloc.c') diff --git a/clang/test/Analysis/malloc.c b/clang/test/Analysis/malloc.c index fe99fa10d68..52a79243ce4 100644 --- a/clang/test/Analysis/malloc.c +++ b/clang/test/Analysis/malloc.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s -#include "system-header-simulator.h" +#include "Inputs/system-header-simulator.h" void clang_analyzer_eval(int); -- cgit v1.2.3