From caa4e30ef458ee150a9ce9950293827957afb87c Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Tue, 1 Mar 2022 15:21:10 +0100 Subject: x64: impl airMemset using inline memset --- test/behavior/struct.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/behavior/struct.zig') diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index a505f5b04b..a5e39ad071 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -80,12 +80,11 @@ const StructWithNoFields = struct { const StructFoo = struct { a: i32, b: bool, - c: f32, + c: u64, }; test "structs" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; var foo: StructFoo = undefined; -- cgit v1.2.3