diff options
Diffstat (limited to 'clang/test/Index/index-many-logical-ops.c')
-rw-r--r-- | clang/test/Index/index-many-logical-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Index/index-many-logical-ops.c b/clang/test/Index/index-many-logical-ops.c index 67017decb77..0fd4e75236f 100644 --- a/clang/test/Index/index-many-logical-ops.c +++ b/clang/test/Index/index-many-logical-ops.c @@ -4,6 +4,9 @@ // Check that we don't get stack overflow trying to index a huge number of // logical operators. +// UBSan increses stack usage. +// REQUIRES: not_ubsan + // CHECK: [indexDeclaration]: kind: function | name: foo int foo(int x) { return |