mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 08:32:02 +03: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user