Move an input header file under an Inputs directory to be consistent

with other auxilliary test inputs and simplify the identification of
inputs to tests.

llvm-svn: 172890
This commit is contained in:
Chandler Carruth 2013-01-19 06:31:24 +00:00
parent a83b407c51
commit a2bb7f9d30
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix -verify %s
// RUN: %clang_cc1 -I %S/Inputs -analyze -analyzer-checker=core,unix -verify %s
// expected-no-diagnostics
#include "include/sys/queue.h"