Skip to content

Commit fc01d48

Browse files
committed
[test] example timestamp uefi_services change to uefi::helpers
1 parent ced31d7 commit fc01d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-test-runner/examples/timestamp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use uefi::proto::misc::Timestamp;
1919
fn main(image_handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
2020
// ANCHOR_END: entry
2121
// ANCHOR: services
22-
uefi_services::init(&mut system_table).unwrap();
22+
uefi::helpers::init(&mut system_table).unwrap();
2323
let boot_services = system_table.boot_services();
2424
// ANCHOR_END: services
2525

0 commit comments

Comments
 (0)