diff --git a/riscv/tests/riscv.rs b/riscv/tests/riscv.rs index 81d7796c3..30af2f828 100644 --- a/riscv/tests/riscv.rs +++ b/riscv/tests/riscv.rs @@ -69,8 +69,8 @@ fn test_keccak() { // TODO: instead of just checking for panic, we could check the stdout for the actual message. #[should_panic] fn test_print() { - let case = "print"; - verify_crate(case, vec![]); + let case = "print.rs"; + verify_file(case, vec![]); } fn verify_file(case: &str, inputs: Vec) {