mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
dragonball: Fix feature typo
Replace `legacy_irq` with `legacy-irq` Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
add785f677
commit
61a252094e
@ -93,7 +93,7 @@ mod test {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(all(feature = "legacy_irq", target_arch = "x86_64"))]
|
#[cfg(all(feature = "legacy-irq", target_arch = "x86_64"))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_new_msi_routing_multi() {
|
fn test_new_msi_routing_multi() {
|
||||||
let mut msi_fds = Vec::with_capacity(16);
|
let mut msi_fds = Vec::with_capacity(16);
|
||||||
|
Loading…
Reference in New Issue
Block a user