Skip to content

Commit

Permalink
Fix run-pass/lang-item-public test on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfe committed Oct 12, 2014
1 parent 86509d8 commit 785ae90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/run-pass/lang-item-public.rs
Expand Up @@ -28,6 +28,10 @@ extern {}
#[link(name = "execinfo")]
extern {}

#[cfg(target_os = "freebsd")]
#[link(name = "c")]
extern {}

#[cfg(target_os = "dragonfly")]
#[link(name = "c")]
extern {}
Expand Down

4 comments on commit 785ae90

@bors
Copy link
Contributor

@bors bors commented on 785ae90 Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at ebfe@785ae90

@bors
Copy link
Contributor

@bors bors commented on 785ae90 Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging ebfe/rust/rpass-lang-item = 785ae90 into auto

@bors
Copy link
Contributor

@bors bors commented on 785ae90 Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ebfe/rust/rpass-lang-item = 785ae90 merged ok, testing candidate = d3b7adaa

@bors
Copy link
Contributor

@bors bors commented on 785ae90 Oct 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.