Skip to content

Commit e7aabe3

Browse files
egorzhdansusmonteiro
authored andcommitted
[cxx-interop] Temporarily replace XFAIL with UNSUPPORTED
This test is actually passing on new Linux versions, e.g. Ubuntu 24.04.
1 parent 21f1c3b commit e7aabe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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+
// UNSUPPORTED: OS=linux-gnu
55

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

0 commit comments

Comments
 (0)