diff --git a/coresimd/nvptx/mod.rs b/coresimd/nvptx/mod.rs index 1370b007dc..ac481393b9 100644 --- a/coresimd/nvptx/mod.rs +++ b/coresimd/nvptx/mod.rs @@ -123,7 +123,6 @@ pub unsafe fn _thread_idx_z() -> i32 { } /// Generates the trap instruction `TRAP` -#[cfg_attr(test, assert_instr(trap))] #[inline] pub unsafe fn trap() -> ! { ::_core::intrinsics::abort()