Revert "Revised test to pass under updated dtor callback implementation"

This breaks the buildbot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/19656

llvm-svn: 244724
This commit is contained in:
Daniel Jasper 2015-08-12 08:13:39 +00:00
parent 8c049d5c03
commit c2207c2791
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>