Skip to content

Commit

Permalink
mshv-ioctls: Fix typos in test function name
Browse files Browse the repository at this point in the history
Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
Jinank Jain committed Jan 24, 2025
1 parent 79ffd3c commit 77f137b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mshv-ioctls/src/ioctls/vcpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ mod tests {

#[cfg(target_arch = "x86_64")]
#[test]
fn test_set_get_standardregisters() {
fn test_set_get_standard_registers() {
let hv = Mshv::new().unwrap();
let vm = hv.create_vm().unwrap();
let vcpu = vm.create_vcpu(0).unwrap();
Expand All @@ -1353,7 +1353,7 @@ mod tests {

#[cfg(target_arch = "x86_64")]
#[test]
fn test_set_get_debug_gisters() {
fn test_set_get_debug_registers() {
let hv = Mshv::new().unwrap();
let vm = hv.create_vm().unwrap();
let vcpu = vm.create_vcpu(0).unwrap();
Expand Down

0 comments on commit 77f137b

Please sign in to comment.