[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)
llvm-svn: 262583

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

index fd994a2..7940a21 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) {