diff options
| author | David Rubin <daviru007@icloud.com> | 2024-07-21 02:00:05 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-07-26 04:05:43 -0700 |
| commit | 9bc7e8c85293fd737e7ca3fb2f783618069b6e61 (patch) | |
| tree | c4a25b8ab196f3da5eb5def0caef399e9f74daa6 /test/behavior/struct.zig | |
| parent | 64c6473443722c933ece642b0c2cfbd74b2638bd (diff) | |
| download | zig-9bc7e8c85293fd737e7ca3fb2f783618069b6e61.tar.gz zig-9bc7e8c85293fd737e7ca3fb2f783618069b6e61.zip | |
riscv: update tests
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 7fdf7b489a..f84404c1e3 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1133,7 +1133,6 @@ test "packed struct with undefined initializers" { test "for loop over pointers to struct, getting field from struct pointer" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { const Foo = struct { |
