Skip to content

Commit ec962fc

Browse files
authored
Merge pull request #76695 from swiftlang/egorzhdan/disable-std-function-debian
[cxx-interop] Disable a test for `std::function` on Debian 12
2 parents 3912ead + 530f705 commit ec962fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// XFAIL: LinuxDistribution=rhel-9.3
1515
// XFAIL: LinuxDistribution=rhel-9.4
1616
// XFAIL: LinuxDistribution=fedora-39
17+
// XFAIL: LinuxDistribution=debian-12
1718

1819
import StdlibUnittest
1920
import StdFunction

0 commit comments

Comments
 (0)