Skip to content

Commit

Permalink
Revert "[clang-repl] [test] Make an XFAIL more precise (#70991)"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstorsjo committed Nov 2, 2023
1 parent e408f70 commit b73d739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Interpreter/const.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UNSUPPORTED: system-aix
// see https://github.com/llvm/llvm-project/issues/68092
// XFAIL: target={{.*}}-windows-msvc
// XFAIL: system-windows

// RUN: cat %s | clang-repl | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
Expand Down

0 comments on commit b73d739

Please sign in to comment.