diff options
Diffstat (limited to 'lib/std/Thread.zig')
| -rw-r--r-- | lib/std/Thread.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig index cd019329d3..ce4abada7d 100644 --- a/lib/std/Thread.zig +++ b/lib/std/Thread.zig @@ -1695,11 +1695,6 @@ test "Thread.getCurrentId" { test "thread local storage" { if (builtin.single_threaded) return error.SkipZigTest; - if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) { - // https://github.com/ziglang/zig/issues/24061 - return error.SkipZigTest; - } - const thread1 = try Thread.spawn(.{}, testTls, .{}); const thread2 = try Thread.spawn(.{}, testTls, .{}); try testTls(); |
