forked from OSchip/llvm-project
[asan] Mark printf-m test as unsupported on windows.
llvm-svn: 290635
This commit is contained in:
parent
8d75c78d4c
commit
ddf0c26b6a
|
@ -1,7 +1,7 @@
|
|||
// RUN: %clang_asan -O2 %s -o %t && %run %t
|
||||
|
||||
// FIXME: printf is not intercepted on Windows yet.
|
||||
// XFAIL: win32
|
||||
// UNSUPPORTED: win32
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue