Skip to content

Commit a0b5e93

Browse files
authored
Disable use-std-function.swift on ubuntu-24.04 (#77101)
This fixes 9850a28, which was checking for the wrong Ubuntu version. rdar://138183421
1 parent b7f551f commit a0b5e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/stdlib/use-std-function.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// libstdc++11 declares a templated constructor of std::function with an rvalue-reference parameter,
1111
// which aren't yet supported in Swift. Therefore initializing a std::function from Swift closures
1212
// will not work on the platforms that are shipped with this version of libstdc++ (rdar://125816354).
13-
// XFAIL: LinuxDistribution=ubuntu-24.10
13+
// XFAIL: LinuxDistribution=ubuntu-24.04
1414
// XFAIL: LinuxDistribution=ubuntu-22.04
1515
// XFAIL: LinuxDistribution=rhel-9.3
1616
// XFAIL: LinuxDistribution=rhel-9.4

0 commit comments

Comments
 (0)