fix: integration testing
This commit is contained in:
parent
48f84b895b
commit
caa6e8e951
3 changed files with 10 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue