Skip to content

Commit 7c214dc

Browse files
committed
Update test
1 parent d6ae380 commit 7c214dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/ubsan-trap-merge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ int m(int x, int y) {
265265
return f(x) + g(y);
266266
}
267267
// TRAP: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
268-
// HANDLER: attributes #[[ATTR4]] = { noreturn nounwind }
268+
// HANDLER: attributes #[[ATTR4]] = { nomerge noreturn nounwind }
269269
// MINRT: attributes #[[ATTR4]] = { nomerge noreturn nounwind }

0 commit comments

Comments
 (0)