diff options
-rw-r--r-- | clang/test/Interpreter/const.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Interpreter/const.cpp b/clang/test/Interpreter/const.cpp index ca141d6..4b6ce65 100644 --- a/clang/test/Interpreter/const.cpp +++ b/clang/test/Interpreter/const.cpp @@ -1,6 +1,6 @@ // UNSUPPORTED: system-aix // see https://github.com/llvm/llvm-project/issues/68092 -// XFAIL: target={{.*}}-windows-msvc, target={{.*}}-ps4, target={{.*}}-ps5 +// XFAIL: system-windows // RUN: cat %s | clang-repl | FileCheck %s // RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s |