[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:
Ilya Biryukov 2018-12-03 11:28:17 +00:00
parent 378499d184
commit 905a136fb1
1 changed files with 2 additions and 0 deletions

View File

@ -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