diff options
| author | David Rubin <daviru007@icloud.com> | 2024-07-15 04:01:44 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-07-26 04:05:42 -0700 |
| commit | 1820f4410450a0dfa35eafefa217465f762e26fd (patch) | |
| tree | 918171f7eb741fb72c0dd1a930982687249d5543 /test/behavior/struct.zig | |
| parent | 81ca3a1d594cb25dcd7dbedf175dd9931cad0d0f (diff) | |
| download | zig-1820f4410450a0dfa35eafefa217465f762e26fd.tar.gz zig-1820f4410450a0dfa35eafefa217465f762e26fd.zip | |
riscv: implement sub-byte addition
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 38bbd4b0c4..7fdf7b489a 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1768,8 +1768,6 @@ test "struct init with no result pointer sets field result types" { } test "runtime side-effects in comptime-known struct init" { - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - var side_effects: u4 = 0; const S = struct { a: u4, b: u4, c: u4, d: u4 }; const init = S{ |
