We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4768177 commit 9c382cfCopy full SHA for 9c382cf
libm/src/math/support/big/tests.rs
@@ -261,8 +261,6 @@ fn shr_u256() {
261
#[test]
262
#[should_panic]
263
#[cfg(debug_assertions)]
264
-// FIXME(ppc): ppc64le seems to have issues with `should_panic` tests.
265
-#[cfg(not(all(target_arch = "powerpc64", target_endian = "little")))]
266
fn shr_u256_overflow() {
267
// Like regular shr, panic on overflow with debug assertions
268
let _ = u256::MAX >> 256;
0 commit comments