diff options
-rw-r--r-- | clang/test/Index/index-many-logical-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/index-many-logical-ops.c b/clang/test/Index/index-many-logical-ops.c index fd994a23ac6..7940a21a39b 100644 --- a/clang/test/Index/index-many-logical-ops.c +++ b/clang/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) { |