Skip to content

Commit

Permalink
Merge #1303
Browse files Browse the repository at this point in the history
1303: Renable the ScmTimestamp test on FreeBSD i386 r=posborne a=asomers

The relevant bug was fixed in 11.3-RELEASE

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039

Co-authored-by: Alan Somers <[email protected]>
  • Loading branch information
bors[bot] and asomers authored Oct 10, 2020
2 parents 59e33bc + 462e4bf commit 566e2d7
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 566e2d7

Please sign in to comment.