about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2024-06-08 22:49:14 +0100
committerGary Guo <gary@garyguo.net>2024-06-19 13:54:56 +0100
commit4c4d62d74fdb7da78e8b2bab5b23c3ba6d4ec505 (patch)
treeb51d054efa309df71ac24b971e141f303959d48a
parent9d2b932d71b2fbeb31a83f9aa17b21f4d8f4b7a6 (diff)
downloadrust-4c4d62d74fdb7da78e8b2bab5b23c3ba6d4ec505.tar.gz
rust-4c4d62d74fdb7da78e8b2bab5b23c3ba6d4ec505.zip
Fix non-x86 tests
-rw-r--r--tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs b/tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs
index 977749ad578..ed0af90aaaf 100644
--- a/tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs
+++ b/tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes
+//@ compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes -C panic=abort
 //@ needs-llvm-components: riscv
 
 #![crate_type = "lib"]