diff options
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/LargeReturnTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/LargeReturnTypes.cpp b/test/Feature/LargeReturnTypes.cpp index 54a040e2..8db961f9 100644 --- a/test/Feature/LargeReturnTypes.cpp +++ b/test/Feature/LargeReturnTypes.cpp @@ -1,6 +1,7 @@ // REQUIRES: not-msan // Requires instrumented C++ library for msan // REQUIRES: not-darwin +// REQUIRES: not-freebsd // RUN: %clangxx -g -fno-exceptions -emit-llvm %O0opt -c -o %t.bc %s // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee --write-no-tests --exit-on-error %t.bc > %t.log |