diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-12 22:30:28 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-16 20:19:58 +0100 |
| commit | ca1ffb0951a0bd039ac435435a5c396f26c6d141 (patch) | |
| tree | 9eca24e25d8b17395a61c21dcc65ddcafbab1bd0 /test/behavior/struct.zig | |
| parent | 1f313b3d7c757a8cdc5a52a1986f0f694b7ffc5f (diff) | |
| download | zig-ca1ffb0951a0bd039ac435435a5c396f26c6d141.tar.gz zig-ca1ffb0951a0bd039ac435435a5c396f26c6d141.zip | |
stage2 ARM: genSetStack for stack_argument_offset
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 1d52900796..2cda0ca3bd 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -926,7 +926,6 @@ test "anonymous struct literal syntax" { test "fully anonymous struct" { if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO const S = struct { fn doTheTest() !void { @@ -951,7 +950,6 @@ test "fully anonymous struct" { test "fully anonymous list literal" { if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO const S = struct { fn doTheTest() !void { |
