diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-03-02 13:46:34 +0100 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-03-02 14:05:29 +0100 |
| commit | d35cae551ed5f3e6082b2e599f9c258af9d2630e (patch) | |
| tree | a95a575a2c8bffd80a9d09de50d339460108e51d /test/behavior/enum.zig | |
| parent | 2e327d9b63036abf2556e21693350a5169b888fb (diff) | |
| download | zig-d35cae551ed5f3e6082b2e599f9c258af9d2630e.tar.gz zig-d35cae551ed5f3e6082b2e599f9c258af9d2630e.zip | |
x64: rectify and add missing optionals bits
Includes changes/additions to:
* `wrap_optional`
* `optional_payload`
* `isNull` helper
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index fda8cfe745..161f63b156 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -1083,7 +1083,6 @@ test "@tagName on enum literals" { } test "enum literal casting to optional" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; |
