Skip to content

Commit 82cb379

Browse files
committed
Fix broken test on MSVC
1 parent 8f69266 commit 82cb379

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/issues/issue-2214.rs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fn lgamma(n: c_double, value: &mut isize) -> c_double {
2323
mod m {
2424
use libc::{c_double, c_int};
2525

26-
#[link(name = "m")]
2726
extern {
2827
#[cfg(any(all(unix, not(target_os = "vxworks")), target_os = "cloudabi"))]
2928
#[link_name="lgamma_r"]

0 commit comments

Comments
 (0)