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/enum.zig | |
| parent | 27ceb4ae3719522e2eb519ba1cd67303ae2e7259 (diff) | |
| download | zig-7a02878f4e1ff18275e61db7450fb3e12ee1926e.tar.gz zig-7a02878f4e1ff18275e61db7450fb3e12ee1926e.zip | |
riscv: truncate `airStructFieldVal` result
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 8b55ff26bc..7972135bfa 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -908,7 +908,6 @@ test "enum literal casting to tagged union" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const Arch = union(enum) { x86_64, |
