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