diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-02-22 01:30:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 01:30:49 -0500 |
| commit | 6dc5ce931cbd208221be8588115e6d5e2fcb6eae (patch) | |
| tree | 7176ce4247ac44aad5e5b0e37dbc058e1e2723f2 /test/behavior/optional.zig | |
| parent | 74303a3d9591f188fb4dda96bf689c00ebbd24ca (diff) | |
| parent | 25f73224f7f9921633e67d4b5ef12c6ec10406eb (diff) | |
| download | zig-6dc5ce931cbd208221be8588115e6d5e2fcb6eae.tar.gz zig-6dc5ce931cbd208221be8588115e6d5e2fcb6eae.zip | |
Merge pull request #10959 from joachimschmidt557/stage2-aarch64
stage2 AArch64: misc improvements
Diffstat (limited to 'test/behavior/optional.zig')
| -rw-r--r-- | test/behavior/optional.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/optional.zig b/test/behavior/optional.zig index 78788d6556..71f34d0096 100644 --- a/test/behavior/optional.zig +++ b/test/behavior/optional.zig @@ -36,7 +36,6 @@ test "optional pointer to size zero struct" { } test "equality compare optional pointers" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
