Skip to content

Commit 5eb4ab2

Browse files
authored
Merge pull request #85318 from kavon/workaround-rdar164027738
[cxx-interop] mark test as unsupported on Linux
2 parents 18a9d70 + 9ac7a73 commit 5eb4ab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Interop/Cxx/stdlib/use-std-expected-typechecker.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// 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
22

33
// TODO <expected> not yet supported with libstdc++
4-
// XFAIL: OS=linux-gnu
4+
5+
// rdar://164027738
6+
// UNSUPPORTED: OS=linux-gnu
57

68
// https://github.com/apple/swift/issues/70226
79
// UNSUPPORTED: OS=windows-msvc

0 commit comments

Comments
 (0)