core: Fix typos in ignore attrs
This commit is contained in:
@@ -284,7 +284,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(target_os = "win3"))]
|
||||
#[ignore(cfg(target_os = "win32"))]
|
||||
fn gen_int_from_fail() {
|
||||
rand::rng().gen_int_range(5, -2);
|
||||
}
|
||||
@@ -300,7 +300,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(target_os = "win3"))]
|
||||
#[ignore(cfg(target_os = "win32"))]
|
||||
fn gen_uint_range_fail() {
|
||||
rand::rng().gen_uint_range(5u, 2u);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user