forked from OSchip/llvm-project
Remove the XFAIL for the C++ EH test
It works on Windows now. llvm-svn: 249799
This commit is contained in:
parent
d32827408e
commit
8da160173c
|
@ -1,8 +1,5 @@
|
|||
// RUN: %clangxx_asan -fexceptions -O %s -o %t && %run %t
|
||||
//
|
||||
// FIXME: Needs better C++ exception support
|
||||
// XFAIL: win32
|
||||
//
|
||||
// Test __sanitizer_annotate_contiguous_container.
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue