summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2016-03-03 05:33:48 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2016-03-03 05:33:48 +0000
commitd68a4d6ae0e082e1b1cd404847f3918ecd9e2f74 (patch)
tree07a67a9f89f5a4619d322b5f5b0695f5744b2ef0
parent94a4f0cb5f8a44e1228f1fd06c8d970125084c71 (diff)
downloadbcm5719-llvm-d68a4d6ae0e082e1b1cd404847f3918ecd9e2f74.tar.gz
bcm5719-llvm-d68a4d6ae0e082e1b1cd404847f3918ecd9e2f74.zip
[test] Re-enable asan on the test, stack usage should be lower.
llvm-svn: 262583
-rw-r--r--clang/test/Index/index-many-logical-ops.c4
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) {
OpenPOWER on IntegriCloud