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.
2 parents 6d91386 + 534df65 commit 454ed95Copy full SHA for 454ed95
uefi-test-runner/src/boot/mod.rs
@@ -115,7 +115,6 @@ fn test_load_image() {
115
let loaded_image_device_path =
116
boot::open_protocol_exclusive::<LoadedImageDevicePath>(loaded_image)
117
.expect("should open LoadedImageDevicePath protocol");
118
- log::info!("bish 1");
119
assert!(loaded_image_device_path.get().is_none());
120
}
121
// Variant B: FromDevicePath
0 commit comments