xref: /llvm-project/clang/test/Analysis/missing-z3-nocrash.c (revision 5048a58a6792ee7432b749a48c937cc9b6a9dc93)
1 // RUN: not %clang_analyze_cc1 -analyzer-constraints=z3 %s 2>&1 | FileCheck %s
2 // REQUIRES: no-z3
3 
4 // CHECK: error: analyzer constraint manager 'z3' is only available if LLVM
5 // CHECK: was built with -DLLVM_ENABLE_Z3_SOLVER=ON
6