diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-04 09:00:14 +0200 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-09 19:17:18 +0200 |
| commit | 3794f2c493c9744e19cd7df23c3d4b32565aaa96 (patch) | |
| tree | f7840fae06c5f0f909e5c58dc1160c211782ca7b /test/behavior/eval.zig | |
| parent | 25729d6155682933d7ab3aa30c7e060519b2f4e1 (diff) | |
| download | zig-3794f2c493c9744e19cd7df23c3d4b32565aaa96.tar.gz zig-3794f2c493c9744e19cd7df23c3d4b32565aaa96.zip | |
stage2 ARM: implement struct_field_val for registers
Diffstat (limited to 'test/behavior/eval.zig')
| -rw-r--r-- | test/behavior/eval.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index 142b08810a..fb744612ad 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -954,7 +954,6 @@ test "const local with comptime init through array init" { test "closure capture type of runtime-known parameter" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO const S = struct { fn b(c: anytype) !void { |
