forked from OSchip/llvm-project
[Analysis] Properly prepare test env in test/Analysis/undef-call.c
The test expectes the '%T/ctudir' to be present, but does not create it. llvm-svn: 348124
This commit is contained in:
parent
378499d184
commit
905a136fb1
|
@ -1,3 +1,5 @@
|
|||
// RUN: rm -rf %T/ctudir
|
||||
// RUN: mkdir %T/ctudir
|
||||
// RUN: %clang_cc1 -fsyntax-only -analyze -analyzer-checker=debug.ExprInspection -analyzer-config experimental-enable-naive-ctu-analysis=true -analyzer-config ctu-dir=%T/ctudir -verify %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
|
|
Loading…
Reference in New Issue