Add netbsd amd64 support
This commit is contained in:
@@ -160,6 +160,7 @@ mod tests {
|
||||
target_os = "freebsd",
|
||||
target_os = "dragonfly",
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"))]
|
||||
fn test_errors_do_not_crash() {
|
||||
// Open /dev/null as a library to get an error, and make sure
|
||||
@@ -179,6 +180,7 @@ mod tests {
|
||||
target_os = "freebsd",
|
||||
target_os = "dragonfly",
|
||||
target_os = "bitrig",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"))]
|
||||
mod dl {
|
||||
use prelude::v1::*;
|
||||
|
||||
Reference in New Issue
Block a user