Skip to content

Commit 0859fa0

Browse files
authored
Fix compile errors in tests on Solaris. (#1214)
1 parent d51b195 commit 0859fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fs/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod fcntl;
1212
target_os = "emscripten",
1313
target_os = "fuchsia",
1414
target_os = "redox",
15+
target_os = "solaris",
1516
target_os = "wasi"
1617
)))]
1718
mod fcntl_lock;

0 commit comments

Comments
 (0)