Skip to content

Commit

Permalink
Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Dec 14, 2024
1 parent 38f4065 commit a6f81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_host/tests/test_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn test_ceno_rt_mini() -> Result<()> {
// as you can tell, because this tests panics.) However, we should adapt this test
// to properly check for the conventional Rust panic.
#[test]
#[should_panic]
#[should_panic(expected = "Trap IllegalInstruction")]
fn test_ceno_rt_panic() {
let program_elf = ceno_examples::ceno_rt_panic;
let program = Program::load_elf(program_elf, u32::MAX).unwrap();
Expand Down

0 comments on commit a6f81a0

Please sign in to comment.