Merge pull request #11837 from Vexu/stage2
Fix (nearly) all stage2 crashes when testing stdlib
This commit is contained in:
@@ -2080,6 +2080,7 @@ fn testReadIntImpl() !void {
|
||||
}
|
||||
|
||||
test "writeIntSlice" {
|
||||
if (@import("builtin").zig_backend != .stage1) return error.SkipZigTest; // TODO
|
||||
try testWriteIntImpl();
|
||||
comptime try testWriteIntImpl();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user