Correct XFAIL according to bot owner's advice

Signed-off-by: Jun Zhang <jun@junz.org>
This commit is contained in:
Jun Zhang 2022-07-05 18:43:21 +08:00
parent 3897d3cf71
commit bc366183a5
No known key found for this signature in database
GPG Key ID: E19904830B621534
1 changed files with 1 additions and 1 deletions

View File

@ -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 *, ...);