Fix non-x86 tests

This commit is contained in:
Gary Guo 2024-06-08 22:49:14 +01:00
parent 9d2b932d71
commit 4c4d62d74f

View file

@ -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"]