Un-XFAIL the last C++ EH test, it was fixed by r261258

llvm-svn: 261263
This commit is contained in:
Reid Kleckner 2016-02-18 21:24:30 +00:00
parent a822c880a9
commit 973dacf691
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
// RUN: %clangxx_asan -O %s -o %t && %run %t
// Clang doesn't support exceptions on Windows yet.
// XFAIL: win32
#include <assert.h>
#include <stdio.h>
#include <sanitizer/asan_interface.h>