From: Argyrios Kyrtzidis Date: Thu, 3 Mar 2016 05:33:48 +0000 (+0000) Subject: [test] Re-enable asan on the test, stack usage should be lower. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f52e531bc3c33d8d01d7b157d34c9ac764f86b1;p=clang [test] Re-enable asan on the test, stack usage should be lower. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262583 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/index-many-logical-ops.c b/test/Index/index-many-logical-ops.c index fd994a23ac..7940a21a39 100644 --- a/test/Index/index-many-logical-ops.c +++ b/test/Index/index-many-logical-ops.c @@ -4,8 +4,8 @@ // Check that we don't get stack overflow trying to index a huge number of // logical operators. -// ASan and UBSan increase stack usage. -// REQUIRES: not_asan, not_ubsan +// UBSan increases stack usage. +// REQUIRES: not_ubsan // CHECK: [indexDeclaration]: kind: function | name: foo int foo(int x) {