Skip to content

Commit 5a68169

Browse files
committed
Re-enable test on Android
Closes #10379.
1 parent 09440b2 commit 5a68169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)