about summary refs log tree commit diff homepage
path: root/test/CXX/symex/libc++/atexit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/symex/libc++/atexit.cpp')
-rw-r--r--test/CXX/symex/libc++/atexit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/symex/libc++/atexit.cpp b/test/CXX/symex/libc++/atexit.cpp
index 79be6aa2..03b559ae 100644
--- a/test/CXX/symex/libc++/atexit.cpp
+++ b/test/CXX/symex/libc++/atexit.cpp
@@ -1,4 +1,5 @@
 // REQUIRES: libcxx
+// REQUIRES: uclibc
 // RUN: %clangxx %s -emit-llvm %O0opt -c -std=c++11 -I "%libcxx_include" -g -nostdinc++ -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error --libc=uclibc --libcxx %t1.bc | FileCheck %s