Home
last modified time | relevance | path

Searched refs:third_message (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_sockets_udp_sample_application.rs16 let third_message = b"Greetings, planet!"; in test_udp_sample_application() localVariable
52 .send(third_message.to_vec(), Some(addr)) in test_udp_sample_application()
59 assert_eq!(buf, third_message); in test_udp_sample_application()
H A Dp2_udp_sample_application.rs12 let third_message = b"Greetings, planet!"; in test_udp_sample_application() localVariable
61 data: third_message.to_vec(), in test_udp_sample_application()
72 assert_eq!(datagrams[0].data, third_message); in test_udp_sample_application()