Skip to content

Commit 9ac7a73

Browse files
committed
[cxx-interop] mark test as unsupported on Linux
1 parent 18a9d70 commit 9ac7a73

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)