Skip to content

Commit

Permalink
Correct XFAIL according to bot owner's advice
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Zhang <jun@junz.org>
  • Loading branch information
junaire committed Jul 5, 2022
1 parent 3897d3c commit bc36618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Interpreter/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 *, ...);
Expand Down

0 comments on commit bc36618

Please sign in to comment.