Skip to content

Commit 243ac5e

Browse files
committed
remove unused sim flag
1 parent c080bdb commit 243ac5e

File tree

1 file changed

+1
-1
lines changed
  • pulsebeam-runtime/src/net

1 file changed

+1
-1
lines changed

pulsebeam-runtime/src/net/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ fn handle_new_connection(
317317
});
318318
}
319319

320-
#[cfg(all(test, not(feature = "sim")))]
320+
#[cfg(test)]
321321
mod tests {
322322
use super::*;
323323
use std::time::Duration;

0 commit comments

Comments
 (0)