Fix broken aarch64 unwind test

This commit is contained in:
Gary Guo 2024-06-08 13:13:30 +01:00
parent da8ac73d91
commit 9d2b932d71
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ impl Drop for Foo<'_> {
}
}
extern "C" fn panicky() {
extern "C-unwind" fn panicky() {
resume_unwind(Box::new(()));
}