diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/printf-m.c')
-rw-r--r-- | compiler-rt/test/asan/TestCases/printf-m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/printf-m.c b/compiler-rt/test/asan/TestCases/printf-m.c index 9cd5ae1c288..3998a6956f7 100644 --- a/compiler-rt/test/asan/TestCases/printf-m.c +++ b/compiler-rt/test/asan/TestCases/printf-m.c @@ -1,7 +1,7 @@ // RUN: %clang_asan -O2 %s -o %t && %run %t // FIXME: printf is not intercepted on Windows yet. -// UNSUPPORTED: win32 +// UNSUPPORTED: windows-msvc #include <stdio.h> |