]> granicus.if.org Git - clang/commitdiff
[test] After r262290 reducing stack usage, try re-enabling asan on the related test.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2016 04:40:20 +0000 (04:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2016 04:40:20 +0000 (04:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262295 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/index-many-call-ops.cpp

index b46029cbf8cc75bfb1c3d196b7d75e3998f8ecce..7644697d4e7cbc0c88cb891b3c4de1404496617e 100644 (file)
@@ -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()();