forked from OSchip/llvm-project
Un-XFAIL the last C++ EH test, it was fixed by r261258
llvm-svn: 261263
This commit is contained in:
parent
a822c880a9
commit
973dacf691
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue