fix: integration testing

This commit is contained in:
clizia 2025-08-31 21:36:35 +02:00
parent 48f84b895b
commit caa6e8e951
3 changed files with 10 additions and 2 deletions

View file

@ -54,7 +54,7 @@ pub extern "C" fn _start() -> ! {
#[cfg(test)]
#[panic_handler]
fn panic(info: &PanicInfo) -> ! {
test_panic_handler(info);
test_panic_handler(info)
}
#[derive(Debug, Clone, Copy, PartialEq, Eq)]