From 14a79d7736e9d55f8782fee822921aae8330ea16 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Tue, 1 Mar 2016 04:40:20 +0000 Subject: [test] After r262290 reducing stack usage, try re-enabling asan on the related test. llvm-svn: 262295 --- clang/test/Index/index-many-call-ops.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/Index/index-many-call-ops.cpp') diff --git a/clang/test/Index/index-many-call-ops.cpp b/clang/test/Index/index-many-call-ops.cpp index b46029cbf8c..7644697d4e7 100644 --- a/clang/test/Index/index-many-call-ops.cpp +++ b/clang/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()(); -- cgit v1.2.3