Skip to content

Commit ac21e8f

Browse files
committed
test async: true option in Rust codegen tests
I had meant to do this originally, but apparently forgot to actually use the option. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 89f7395 commit ac21e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rust/tests/codegen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ mod codegen_tests {
5959
stubs,
6060
export_prefix: "[async-prefix]",
6161
generate_all,
62+
async: true,
6263
});
6364

6465
#[test]

0 commit comments

Comments
 (0)