Skip to content

Commit

Permalink
Update utils/wasm-builder/tests/smoke.rs
Browse files Browse the repository at this point in the history
Co-authored-by: clearloop <tianyi.gc@gmail.com>
  • Loading branch information
ark0f and clearloop authored Mar 20, 2024
1 parent 3947078 commit 554c77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/wasm-builder/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ fn features_tracking() {
assert!(read_export_entry("handle_signal").is_none());
CargoRunner::new().args(["build", "--features=b"]).run();
assert!(read_export_entry("handle_signal").is_some());
assert!(read_export_entry("handle_reply").is_none());
}

0 comments on commit 554c77a

Please sign in to comment.