From 9972b3e18f67ebfb87ababa5c4bcb0ab4a436764 Mon Sep 17 00:00:00 2001 From: ge Date: Wed, 29 Apr 2026 21:56:37 +0300 Subject: [PATCH] upd9 --- examples_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/examples_test.v b/examples_test.v index a0938e5..cc5ea66 100644 --- a/examples_test.v +++ b/examples_test.v @@ -32,6 +32,7 @@ fn test_example_tcp_echo_server() { // result.output contains the string with lots of trailing zeros, so we // use limit() to shrink the output string to the expected length. for result in results { + dump(result) assert result.exit_code == 0 if result.output.contains('Listening') { assert result.output.limit(expect_server.len) == expect_server