diff options
Diffstat (limited to 'test/Index/index-many-logical-ops.c')
-rw-r--r-- | test/Index/index-many-logical-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/index-many-logical-ops.c b/test/Index/index-many-logical-ops.c index 67017decb777..0fd4e75236f1 100644 --- a/test/Index/index-many-logical-ops.c +++ b/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 |