diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-01 22:10:15 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-02 04:49:53 -0400 |
| commit | 83a208c3551ae470f92753592a4c88984d2154d3 (patch) | |
| tree | a0f878390944963fe6810944eb4640933f488b16 /test/behavior/pointers.zig | |
| parent | 677427bc3ac839629654175f0a2aaaec9fd6fb6c (diff) | |
| download | zig-83a208c3551ae470f92753592a4c88984d2154d3.tar.gz zig-83a208c3551ae470f92753592a4c88984d2154d3.zip | |
x86_64: implement large cmp
Diffstat (limited to 'test/behavior/pointers.zig')
| -rw-r--r-- | test/behavior/pointers.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/pointers.zig b/test/behavior/pointers.zig index 0532212559..626a1a7eb6 100644 --- a/test/behavior/pointers.zig +++ b/test/behavior/pointers.zig @@ -160,7 +160,6 @@ test "implicit casting between C pointer and optional non-C pointer" { } test "implicit cast error unions with non-optional to optional pointer" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
