[asan] Disable not working new test on Windows

llvm-svn: 308123
This commit is contained in:
Vitaly Buka 2017-07-16 01:28:40 +00:00
parent d8afaeb866
commit 923ddad4c6
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t new-nothrow 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-nnNULL
// UNSUPPORTED: win32
#include <assert.h>
#include <errno.h>
#include <stdio.h>