forked from OSchip/llvm-project
[asan] Disable not working new test on Windows
llvm-svn: 308123
This commit is contained in:
parent
d8afaeb866
commit
923ddad4c6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue