Skip to content

Commit

Permalink
Renable the ScmTimestamp test on FreeBSD i386
Browse files Browse the repository at this point in the history
The relevant bug was fixed in 11.3-RELEASE

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039
  • Loading branch information
asomers committed Oct 3, 2020
1 parent 7ed2820 commit 462e4bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sys/socket/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,6 @@ pub enum ControlMessageOwned {
///
/// # Examples
///
// Disable this test on FreeBSD i386
// https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039
#[cfg_attr(not(all(target_os = "freebsd", target_arch = "x86")), doc = " ```")]
#[cfg_attr(all(target_os = "freebsd", target_arch = "x86"), doc = " ```no_run")]
/// # #[macro_use] extern crate nix;
/// # use nix::sys::socket::*;
/// # use nix::sys::uio::IoVec;
Expand Down

0 comments on commit 462e4bf

Please sign in to comment.