aboutsummaryrefslogtreecommitdiff
path: root/tests/sync_watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sync_watch.rs')
-rw-r--r--tests/sync_watch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync_watch.rs b/tests/sync_watch.rs
index 34f9b78..d4f8ce8 100644
--- a/tests/sync_watch.rs
+++ b/tests/sync_watch.rs
@@ -213,6 +213,7 @@ fn reopened_after_subscribe() {
}
#[test]
+#[cfg(panic = "unwind")]
#[cfg(not(tokio_wasm))] // wasm currently doesn't support unwinding
fn send_modify_panic() {
let (tx, mut rx) = watch::channel("one");