We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6c07a commit 759417cCopy full SHA for 759417c
1 file changed
crates/app-core/src/testing.rs
@@ -26,14 +26,12 @@ pub mod prelude {
26
pub use testmacro::test_item;
27
}
28
29
-#[cfg(test)]
30
#[no_mangle]
31
extern "C" fn sample_main() {
32
crate::test_main();
33
ledger_device_sdk::exit_app(0);
34
35
36
37
#[panic_handler]
38
fn handle_panic(info: &core::panic::PanicInfo) -> ! {
39
ledger_device_sdk::error!(
0 commit comments