Skip to content

Commit 6795bb1

Browse files
committed
test: update macro expansion test collateral for beta toolchain
1 parent 723a4eb commit 6795bb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/wdk-macros-tests/tests/outputs/beta/macrotest/bug_unused_imports.expanded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub extern "system" fn driver_entry(
8686
::core::panicking::panic_fmt(
8787
format_args!(
8888
"internal error: entered unreachable code: {0}",
89-
format_args!("Option should never be None")
89+
format_args!("Option should never be None"),
9090
),
9191
);
9292
};

tests/wdk-macros-tests/tests/outputs/beta/macrotest/wdf_driver_create.expanded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub extern "system" fn driver_entry(
6363
::core::panicking::panic_fmt(
6464
format_args!(
6565
"internal error: entered unreachable code: {0}",
66-
format_args!("Option should never be None")
66+
format_args!("Option should never be None"),
6767
),
6868
);
6969
};

0 commit comments

Comments
 (0)