remove assert_instr from nvptx

it doesn't do the right thing
This commit is contained in:
Jorge Aparicio 2018-09-15 22:51:11 +02:00 committed by gnzlbg
parent 80067f6e56
commit b9c701e880

View file

@ -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()