Skip to content

Commit 759417c

Browse files
committed
Minor cleanup
1 parent 8d6c07a commit 759417c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/app-core/src/testing.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ pub mod prelude {
2626
pub use testmacro::test_item;
2727
}
2828

29-
#[cfg(test)]
3029
#[no_mangle]
3130
extern "C" fn sample_main() {
3231
crate::test_main();
3332
ledger_device_sdk::exit_app(0);
3433
}
3534

36-
#[cfg(test)]
3735
#[panic_handler]
3836
fn handle_panic(info: &core::panic::PanicInfo) -> ! {
3937
ledger_device_sdk::error!(

0 commit comments

Comments
 (0)