[asan] Mark printf-m test as unsupported on windows.

llvm-svn: 290635
This commit is contained in:
Evgeniy Stepanov 2016-12-27 22:22:32 +00:00
parent 8d75c78d4c
commit ddf0c26b6a
1 changed files with 1 additions and 1 deletions

View File

@ -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>