Remove the XFAIL for the C++ EH test

It works on Windows now.

llvm-svn: 249799
This commit is contained in:
Reid Kleckner 2015-10-09 01:33:15 +00:00
parent d32827408e
commit 8da160173c
1 changed files with 0 additions and 3 deletions

View File

@ -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>