mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
core: Ignore int-template::test_parse_buf on windows
This commit is contained in:
@@ -117,7 +117,9 @@ fn test_from_str() {
|
||||
assert from_str("x") == none;
|
||||
}
|
||||
|
||||
// FIXME: Has alignment issues on windows
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "win32"))]
|
||||
fn test_parse_buf() {
|
||||
import str::bytes;
|
||||
assert parse_buf(bytes("123"), 10u) == some(123 as T);
|
||||
|
||||
Reference in New Issue
Block a user