summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-many-call-ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/index-many-call-ops.cpp')
-rw-r--r--clang/test/Index/index-many-call-ops.cpp4
1 files changed, 2 insertions, 2 deletions
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()();
OpenPOWER on IntegriCloud