Skip to content

Commit 07d8ca8

Browse files
committed
Mark UdpSocket assert_size test as a test
Didn't have the #[test] attribute.
1 parent 3f8d219 commit 07d8ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/udp_socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const ID1: Token = Token(2);
2828
const ID2: Token = Token(3);
2929
const ID3: Token = Token(4);
3030

31+
#[test]
3132
#[cfg(all(unix, not(debug_assertions)))]
3233
fn assert_size() {
3334
use mio::net::*;

0 commit comments

Comments
 (0)