diff --git a/src/test/codegen/asm-may_unwind.rs b/src/test/codegen/asm-may_unwind.rs index 267eab7d105e..ea3be0110971 100644 --- a/src/test/codegen/asm-may_unwind.rs +++ b/src/test/codegen/asm-may_unwind.rs @@ -16,9 +16,9 @@ impl Drop for Foo { } // CHECK-LABEL: @may_unwind -// CHECK: invoke void asm sideeffect alignstack unwind #[no_mangle] pub unsafe fn may_unwind() { let _m = Foo; + // CHECK: invoke void asm sideeffect alignstack inteldialect unwind "" asm!("", options(may_unwind)); }