diff options
| author | David Rubin <daviru007@icloud.com> | 2024-05-29 22:47:39 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-07-14 23:02:33 -0700 |
| commit | 7a02878f4e1ff18275e61db7450fb3e12ee1926e (patch) | |
| tree | 41cb2b5c3f1c7b06746368238ebf944b74b7bd80 /test/behavior/tuple.zig | |
| parent | 27ceb4ae3719522e2eb519ba1cd67303ae2e7259 (diff) | |
| download | zig-7a02878f4e1ff18275e61db7450fb3e12ee1926e.tar.gz zig-7a02878f4e1ff18275e61db7450fb3e12ee1926e.zip | |
riscv: truncate `airStructFieldVal` result
Diffstat (limited to 'test/behavior/tuple.zig')
| -rw-r--r-- | test/behavior/tuple.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/tuple.zig b/test/behavior/tuple.zig index 142768454d..5cab5e9375 100644 --- a/test/behavior/tuple.zig +++ b/test/behavior/tuple.zig @@ -131,7 +131,6 @@ test "tuple initializer for var" { test "array-like initializer for tuple types" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const T = @Type(.{ .Struct = .{ |
