diff options
Diffstat (limited to 'test/asan/TestCases/time_interceptor.cc')
-rw-r--r-- | test/asan/TestCases/time_interceptor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/time_interceptor.cc b/test/asan/TestCases/time_interceptor.cc index 89b2183bcde2a..f78af1056af67 100644 --- a/test/asan/TestCases/time_interceptor.cc +++ b/test/asan/TestCases/time_interceptor.cc @@ -3,7 +3,7 @@ // Test the time() interceptor. // There's no interceptor for time() on Windows yet. -// XFAIL: win32 +// XFAIL: windows-msvc #include <stdio.h> #include <stdlib.h> |