summaryrefslogtreecommitdiffstats
path: root/test/Index/index-many-call-ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/index-many-call-ops.cpp')
-rw-r--r--test/Index/index-many-call-ops.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/index-many-call-ops.cpp b/test/Index/index-many-call-ops.cpp
index e732b5f..7644697 100644
--- a/test/Index/index-many-call-ops.cpp
+++ b/test/Index/index-many-call-ops.cpp
@@ -4,6 +4,9 @@
// Check that we don't get stack overflow trying to index a huge number of
// call operators.
+// UBSan increses stack usage.
+// REQUIRES: not_ubsan
+
struct S {
S &operator()();
};
OpenPOWER on IntegriCloud