diff options
Diffstat (limited to 'src/libstd/dynamic_lib.rs')
| -rw-r--r-- | src/libstd/dynamic_lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs index c7aeda453a5..12edc9ffc64 100644 --- a/src/libstd/dynamic_lib.rs +++ b/src/libstd/dynamic_lib.rs @@ -173,7 +173,7 @@ mod tests { target_os = "bitrig", target_os = "netbsd", target_os = "openbsd", - target_os = "sunos"))] + target_os = "solaris"))] #[allow(deprecated)] fn test_errors_do_not_crash() { use path::Path; @@ -197,7 +197,7 @@ mod tests { target_os = "bitrig", target_os = "netbsd", target_os = "openbsd", - target_os = "sunos"))] + target_os = "solaris"))] mod dl { use prelude::v1::*; |
