Skip to content

Commit 4c4d62d

Browse files
committed
Fix non-x86 tests
1 parent 9d2b932 commit 4c4d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/riscv-abi/riscv64-lp64-lp64f-lp64d-abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes
1+
//@ compile-flags: --target riscv64gc-unknown-linux-gnu -O -C no-prepopulate-passes -C panic=abort
22
//@ needs-llvm-components: riscv
33

44
#![crate_type = "lib"]

0 commit comments

Comments
 (0)