We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
XFAIL
UNSUPPORTED
1 parent 968f086 commit 65067efCopy full SHA for 65067ef
test/Interop/Cxx/stdlib/use-std-expected-typechecker.swift
@@ -1,7 +1,7 @@
1
// RUN: not %target-swift-frontend %s -typecheck -I %S/Inputs -cxx-interoperability-mode=default -Xcc -std=c++23 -diagnostic-style llvm 2>&1 | %FileCheck %s
2
3
// TODO <expected> not yet supported with libstdc++
4
-// XFAIL: OS=linux-gnu
+// UNSUPPORTED: OS=linux-gnu
5
6
// https://github.com/apple/swift/issues/70226
7
// UNSUPPORTED: OS=windows-msvc
0 commit comments