mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
core: ignore test from_str_ignore_underscores. Broken on i686. #6018
This commit is contained in:
@@ -655,6 +655,7 @@ mod test {
|
||||
use option::*;
|
||||
|
||||
#[test]
|
||||
#[ignore(reason = "fails in x86")]
|
||||
fn from_str_ignore_underscores() {
|
||||
let s : Option<u8> = from_str_common("__1__", 2, false, false, false,
|
||||
ExpNone, false, true);
|
||||
|
||||
Reference in New Issue
Block a user