forked from OSchip/llvm-project
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:
parent
8c049d5c03
commit
c2207c2791
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue