Skip to content

Commit 845f43d

Browse files
committed
test: compile test only
1 parent 0f04e79 commit 845f43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ mod tests {
152152
use super::*;
153153
use crate::table::cfg::ACPI2_GUID;
154154

155-
#[test]
155+
// compile test only
156156
fn with_config_table_compile_test() {
157157
let mut address_acpi2 = None;
158158
with_config_table(|slice| {

0 commit comments

Comments
 (0)