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 e2c5651 commit 3947078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-builder/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn features_tracking() {

CargoRunner::new().args(["build", "--features=a"]).run();
assert!(read_export_entry("handle_reply").is_some());

assert!(read_export_entry("handle_signal").is_none());
CargoRunner::new().args(["build", "--features=b"]).run();
assert!(read_export_entry("handle_signal").is_some());
}

0 comments on commit 3947078

Please sign in to comment.