mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Revert "std.http: disable failing test on 32-bit arm"
This reverts commit16185f66f1. Which was fixed byd000574380. Closes #25762
This commit is contained in:
parent
5db9eaa851
commit
143ea88017
1 changed files with 0 additions and 5 deletions
|
|
@ -12,11 +12,6 @@ const expectEqualStrings = std.testing.expectEqualStrings;
|
|||
const expectError = std.testing.expectError;
|
||||
|
||||
test "trailers" {
|
||||
if (builtin.cpu.arch == .arm) {
|
||||
// https://github.com/ziglang/zig/issues/25762
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const io = std.testing.io;
|
||||
const test_server = try createTestServer(io, struct {
|
||||
fn run(test_server: *TestServer) anyerror!void {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue