forked from OSchip/llvm-project
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:
parent
a83b407c51
commit
a2bb7f9d30
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue