Skip to content

Commit

Permalink
leak!
Browse files Browse the repository at this point in the history
Add a fake leak to make it show up in the CI output
  • Loading branch information
jmayclin committed Dec 4, 2024
1 parent 8d39219 commit 4128517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/s2n-tls/src/testing/s2n_tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ mod tests {

#[test]
fn handshake_default_tls13() {
let arced = Arc::new(5);
std::mem::forget(arced);
let config = build_config(&security::DEFAULT_TLS13).unwrap();
assert!(TestPair::handshake_with_config(&config).is_ok());
}
Expand Down

0 comments on commit 4128517

Please sign in to comment.