Skip to content

Commit

Permalink
Re-enable test on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Apr 23, 2015
1 parent 16c45d5 commit 499c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/dynamic_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod test {
use path::Path;

#[test]
#[cfg_attr(any(windows, target_os = "android"), ignore)] // FIXME #8818, #10379
#[cfg_attr(any(windows), ignore)] // FIXME #8818
fn test_loading_cosine() {
// The math library does not need to be loaded since it is already
// statically linked in
Expand Down

0 comments on commit 499c1f2

Please sign in to comment.