Revert "Removed xfail, since test is passing in line with expanded dtor sanitizing functionality"

Still breaking the bot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/19678/steps/ninja%20check-msan/logs/stdio

llvm-svn: 244873
This commit is contained in:
Daniel Jasper 2015-08-13 07:57:32 +00:00
parent becd5e8abd
commit 166d516603
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
// RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
// XFAIL: *
#include <sanitizer/msan_interface.h>
#include <assert.h>