Skip to content

Commit 3580084

Browse files
committedApr 22, 2015
Re-enable test on Android
Closes #10379.
1 parent bf91864 commit 3580084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libstd/dynamic_lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mod test {
133133
use path::Path;
134134

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

0 commit comments

Comments
 (0)