x86_64: fix std test failures
This commit is contained in:
@@ -39,8 +39,6 @@ test "Thread.Semaphore" {
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
|
||||
|
||||
const TestContext = struct {
|
||||
sem: *Semaphore,
|
||||
n: *i32,
|
||||
|
||||
Reference in New Issue
Block a user