Skip to content

Commit 614293e

Browse files
committed
Error message update in test
1 parent aa7b0f6 commit 614293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Verifier/invoke.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ contb:
4646

4747
define i8 @f2() personality ptr @__gxx_personality_v0 {
4848
entry:
49-
; CHECK: Cannot invoke an intrinsic other than donothing, patchpoint, statepoint, coro_resume, coro_destroy or clang.arc.attachedcall
49+
; CHECK: Cannot invoke an intrinsic other than donothing, patchpoint, statepoint, coro_resume, coro_destroy, clang.arc.attachedcall or wasm.(re)throw
5050
invoke void @llvm.trap()
5151
to label %cont unwind label %lpad
5252

0 commit comments

Comments
 (0)