Skip to content

Commit

Permalink
Fix broken test on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Sep 10, 2020
1 parent 8f69266 commit 82cb379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/issues/issue-2214.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn lgamma(n: c_double, value: &mut isize) -> c_double {
mod m {
use libc::{c_double, c_int};

#[link(name = "m")]
extern {
#[cfg(any(all(unix, not(target_os = "vxworks")), target_os = "cloudabi"))]
#[link_name="lgamma_r"]
Expand Down

0 comments on commit 82cb379

Please sign in to comment.