mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 20:03:37 +00:00
Remove unexpected #[cfg(target_pointer_width = "8")] in tests
This commit is contained in:
parent
b97dc20784
commit
e3ea59ada5
@ -50,8 +50,6 @@ fn test_iterator_step_by_nth() {
|
||||
|
||||
#[test]
|
||||
fn test_iterator_step_by_nth_overflow() {
|
||||
#[cfg(target_pointer_width = "8")]
|
||||
type Bigger = u16;
|
||||
#[cfg(target_pointer_width = "16")]
|
||||
type Bigger = u32;
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
|
Loading…
Reference in New Issue
Block a user