| author | |
| committer | |
| log | 143ea88017af836104d06262e71537d3d2dd7a4e |
| tree | 6f86512f09c8fe20d8c034543a5b92e447e430d3 |
| parent | 5db9eaa8516600425d5d1b9aab0f9a9dbf235cd5 |
This reverts commit 16185f66f1e500d61d43550e7c847a36ad1032df.
Which was fixed by d000574380baba7b63fdcde713b51f8318509474.
Closes #257621 files changed, 0 insertions(+), 5 deletions(-)
lib/std/http/test.zig-5| ... | ... | @@ -12,11 +12,6 @@ const expectEqualStrings = std.testing.expectEqualStrings; |
| 12 | 12 | const expectError = std.testing.expectError; |
| 13 | 13 | |
| 14 | 14 | test "trailers" { |
| 15 | if (builtin.cpu.arch == .arm) { | |
| 16 | // https://github.com/ziglang/zig/issues/25762 | |
| 17 | return error.SkipZigTest; | |
| 18 | } | |
| 19 | ||
| 20 | 15 | const io = std.testing.io; |
| 21 | 16 | const test_server = try createTestServer(io, struct { |
| 22 | 17 | fn run(test_server: *TestServer) anyerror!void { |