From: Argyrios Kyrtzidis Date: Tue, 1 Mar 2016 04:40:20 +0000 (+0000) Subject: [test] After r262290 reducing stack usage, try re-enabling asan on the related test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74ebf09ef8f142f01df600e1cf896b7c8b0d27da;p=clang [test] After r262290 reducing stack usage, try re-enabling asan on the related test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/index-many-call-ops.cpp b/test/Index/index-many-call-ops.cpp index b46029cbf8..7644697d4e 100644 --- a/test/Index/index-many-call-ops.cpp +++ b/test/Index/index-many-call-ops.cpp @@ -4,8 +4,8 @@ // Check that we don't get stack overflow trying to index a huge number of // call operators. -// ASan and UBSan increase stack usage. -// REQUIRES: not_asan, not_ubsan +// UBSan increses stack usage. +// REQUIRES: not_ubsan struct S { S &operator()();