Skip to content

Commit ece8cd3

Browse files
committed
enable bind_device tests on solarish
1 parent edea443 commit ece8cd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/socket.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ fn device() {
990990
target_os = "macos",
991991
target_os = "tvos",
992992
target_os = "watchos",
993+
target_os = "solaris",
994+
target_os = "illumos",
993995
)
994996
))]
995997
#[test]
@@ -1036,6 +1038,8 @@ fn device() {
10361038
target_os = "macos",
10371039
target_os = "tvos",
10381040
target_os = "watchos",
1041+
target_os = "solaris",
1042+
target_os = "illumos",
10391043
)
10401044
))]
10411045
#[test]

0 commit comments

Comments
 (0)