From 75372f12ef1301118eed33e429f7498e76836cb3 Mon Sep 17 00:00:00 2001 From: David Rubin Date: Fri, 10 May 2024 23:19:23 -0700 Subject: riscv: update behaviour tests again --- test/behavior/pointers.zig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/behavior/pointers.zig') diff --git a/test/behavior/pointers.zig b/test/behavior/pointers.zig index 35c32041ff..ffeeca3986 100644 --- a/test/behavior/pointers.zig +++ b/test/behavior/pointers.zig @@ -640,8 +640,6 @@ test "cast pointers with zero sized elements" { } test "comptime pointer equality through distinct fields with well-defined layout" { - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - const A = extern struct { x: u32, z: u16, @@ -666,8 +664,6 @@ test "comptime pointer equality through distinct fields with well-defined layout } test "comptime pointer equality through distinct elements with well-defined layout" { - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - const buf: [2]u32 = .{ 123, 456 }; const ptr: *const [2]u32 = &buf; -- cgit v1.2.3