From 726b414e4e82c40cf70cd797eb3269b8a294e451 Mon Sep 17 00:00:00 2001 From: Georg Wiese Date: Mon, 11 Dec 2023 17:19:13 +0100 Subject: [PATCH] Test now working? --- riscv/tests/riscv.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/riscv/tests/riscv.rs b/riscv/tests/riscv.rs index 537873cc9..909f97752 100644 --- a/riscv/tests/riscv.rs +++ b/riscv/tests/riscv.rs @@ -165,7 +165,6 @@ fn test_many_chunks_dry() { #[test] #[ignore = "Too slow"] -#[should_panic(expected = "Verified did not say 'PIL OK'.")] fn test_many_chunks() { // Compiles and runs the many_chunks.rs example with continuations, runs the full // witness generation & verifies it using Pilcom.