diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-28 01:44:25 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-28 01:44:25 -0700 |
| commit | 653825889e596e034cae8ac9afbfdd043fbe6e13 (patch) | |
| tree | d9fc1ac5c1d105e4c64fe2b73973dd7c25a500e3 /src/libstd/unstable/dynamic_lib.rs | |
| parent | 6828428cad873e9a9c890ee184140e8370ca7b60 (diff) | |
| download | rust-653825889e596e034cae8ac9afbfdd043fbe6e13.tar.gz rust-653825889e596e034cae8ac9afbfdd043fbe6e13.zip | |
Turned off libstd unit tests that currently fail on Windows.
Diffstat (limited to 'src/libstd/unstable/dynamic_lib.rs')
| -rw-r--r-- | src/libstd/unstable/dynamic_lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/unstable/dynamic_lib.rs b/src/libstd/unstable/dynamic_lib.rs index 90cf49cad1c..db106de76d9 100644 --- a/src/libstd/unstable/dynamic_lib.rs +++ b/src/libstd/unstable/dynamic_lib.rs @@ -90,6 +90,7 @@ mod test { use libc; #[test] + #[ignore(cfg(windows))] // FIXME #8818 fn test_loading_cosine() { // The math library does not need to be loaded since it is already // statically linked in |
