aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorMatthew Lugg <mlugg@mlugg.co.uk>2024-09-02 00:44:11 +0100
committerGitHub <noreply@github.com>2024-09-02 00:44:11 +0100
commit6d2945f1fe387c55eff003ada6e72146daff10f2 (patch)
tree5265ef17dbd7e3c95ed22f578da42307222dddfc /test/behavior/struct.zig
parent227fb4875f5084cdb3436c40c4a08809bd3e4f50 (diff)
parent0b9fccf508dc85fa522947d1cf6ff84f78f2dcb4 (diff)
downloadzig-6d2945f1fe387c55eff003ada6e72146daff10f2.tar.gz
zig-6d2945f1fe387c55eff003ada6e72146daff10f2.zip
Merge pull request #21264 from mlugg/decl-literals
compiler: implement decl literals
Diffstat (limited to 'test/behavior/struct.zig')
-rw-r--r--test/behavior/struct.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
index 44f035f46f..4694758e19 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -1214,7 +1214,6 @@ test "anon init through error union" {
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_spirv64) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
a: u32,