diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-12 21:02:53 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-13 11:32:08 +0100 |
| commit | b74cd902c6abf46644329409dae493335a1708bc (patch) | |
| tree | 660c3d3afaf2d3cd1c2f996d2ba1fe92ddd2baea /test/behavior/struct.zig | |
| parent | 1f28c72c395e9418cbb074d1490426b3dc359a5f (diff) | |
| download | zig-b74cd902c6abf46644329409dae493335a1708bc.tar.gz zig-b74cd902c6abf46644329409dae493335a1708bc.zip | |
stage2 AArch64: enable mul for ints with <= 64 bits
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 6e48f7ca21..abd24967bb 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -927,7 +927,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 - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const S = struct { fn doTheTest() !void { @@ -953,7 +952,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 - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const S = struct { fn doTheTest() !void { @@ -983,7 +981,6 @@ test "tuple assigned to variable" { test "comptime struct field" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const T = struct { a: i32, |
