Skip to content

Commit b73d739

Browse files
committed
Revert "[clang-repl] [test] Make an XFAIL more precise (#70991)"
This reverts commit 3bc056d. This broke on bots with a target triple of x86_64-sie-ps5, which also appear to behave like the MSVC case.
1 parent e408f70 commit b73d739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/const.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// UNSUPPORTED: system-aix
22
// see https://github.com/llvm/llvm-project/issues/68092
3-
// XFAIL: target={{.*}}-windows-msvc
3+
// XFAIL: system-windows
44

55
// RUN: cat %s | clang-repl | FileCheck %s
66
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s

0 commit comments

Comments
 (0)