Skip to content

Commit 143ea88

Browse files
committed
Revert "std.http: disable failing test on 32-bit arm"
This reverts commit 16185f6. Which was fixed by d000574. Closes #25762
1 parent 5db9eaa commit 143ea88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/std/http/test.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ const expectEqualStrings = std.testing.expectEqualStrings;
1212
const expectError = std.testing.expectError;
1313

1414
test "trailers" {
15-
if (builtin.cpu.arch == .arm) {
16-
// https://github.com/ziglang/zig/issues/25762
17-
return error.SkipZigTest;
18-
}
19-
2015
const io = std.testing.io;
2116
const test_server = try createTestServer(io, struct {
2217
fn run(test_server: *TestServer) anyerror!void {

0 commit comments

Comments
 (0)