[test] After r262290 reducing stack usage, try re-enabling asan on the related test.

llvm-svn: 262295
This commit is contained in:
Argyrios Kyrtzidis 2016-03-01 04:40:20 +00:00
parent cb305dea1c
commit 14a79d7736

View File

@ -4,8 +4,8 @@
// Check that we don't get stack overflow trying to index a huge number of
// call operators.
// ASan and UBSan increase stack usage.
// REQUIRES: not_asan, not_ubsan
// UBSan increses stack usage.
// REQUIRES: not_ubsan
struct S {
S &operator()();