[Windows] xfail a test that uses C++ EH

llvm-svn: 247845
This commit is contained in:
Reid Kleckner
2015-09-16 20:32:22 +00:00
parent b005d281c3
commit 3e9d733e68

View File

@@ -1,5 +1,8 @@
// 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>