Actually mark ASan-unfriendly test as XFAIL

llvm-svn: 177997
This commit is contained in:
Alexey Samsonov 2013-03-26 08:45:29 +00:00
parent 4d7efba66e
commit 9d8043b4cc
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
// rdar://11979525
// Check that we don't get stack overflow trying to annotate an extremely deep AST.
// AddressSanitizer increases stack usage.
// XFAIL: asan
struct S {
S &operator()();
};