[test] Re-enable asan on the test, stack usage should be lower.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Argyrios Kyrtzidis 2016-03-03 05:33:48 +00:00
parent 4ee889aa07
commit 8f52e531bc
1 changed files with 2 additions and 2 deletions

View 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) {