diff options
Diffstat (limited to 'test/Index/index-many-call-ops.cpp')
-rw-r--r-- | test/Index/index-many-call-ops.cpp | 3 |
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()(); }; |