[windows_kext] fix all linter error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Protocol
|
||||
|
||||
Defines protocol that communicates with `kext_interface` / Portmaster.
|
||||
Defines protocol that communicates with `kextinterface` / Portmaster.
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ use std::panic;
|
||||
|
||||
#[test]
|
||||
fn test_go_command_file() {
|
||||
let mut file = File::open("../kext_interface/go_command_test.bin").unwrap();
|
||||
let mut file = File::open("../kextinterface/go_command_test.bin").unwrap();
|
||||
loop {
|
||||
let mut command: [u8; 1] = [0];
|
||||
let bytes_count = file.read(&mut command).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user