diff --git a/clang/test/Interpreter/execute.cpp b/clang/test/Interpreter/execute.cpp index 734127ea8eef68..b5dad4722c0ba7 100644 --- a/clang/test/Interpreter/execute.cpp +++ b/clang/test/Interpreter/execute.cpp @@ -3,7 +3,7 @@ // RUN: 'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s // REQUIRES: host-supports-jit // UNSUPPORTED: system-aix -// XFAIL: windows-msvc || ps4 +// XFAIL: system-windows // CHECK-DRIVER: i = 10 // RUN: cat %s | clang-repl | FileCheck %s extern "C" int printf(const char *, ...);