]> granicus.if.org Git - clang/commitdiff
[test] Re-enable asan on the test, stack usage should be lower.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Mar 2016 05:33:48 +0000 (05:33 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Mar 2016 05:33:48 +0000 (05:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262583 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/index-many-logical-ops.c

index fd994a23ac6181d57bb3888c1d21b66e372f3ad8..7940a21a39b7f3e375a757df5492b6110f505789 100644 (file)
@@ -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) {