Skip to content

Commit 7a936b7

Browse files
committed
Update test to use .img file extension for drive device
1 parent b8ea96b commit 7a936b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Drivers/src/Native/Devices/Drive_file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mod Tests {
8585

8686
#[test]
8787
fn Test_read_write() {
88-
let File = File_drive_device_type::New(&"./Test");
88+
let File = File_drive_device_type::New(&"./Test.img");
8989

9090
let Data = [1, 2, 3, 4, 5];
9191

0 commit comments

Comments
 (0)