diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-12-10 15:07:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-10 15:07:51 -0500 |
| commit | f1f17dc1c744defa89f65b2dc642ca0c1b7c1e44 (patch) | |
| tree | 0f6bb6aa65a369d1c634e457719c72ba15b5dc28 /doc | |
| parent | 023b597ab4a74adbbe658bd7476fa5d20b02a133 (diff) | |
| parent | 654e30069d5886d558dfa5f513836e4bee034545 (diff) | |
| download | zig-f1f17dc1c744defa89f65b2dc642ca0c1b7c1e44.tar.gz zig-f1f17dc1c744defa89f65b2dc642ca0c1b7c1e44.zip | |
Merge pull request #13810 from r00ster91/old
Re-enable many previously failing tests and add test coverage
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index ed3b369daa..c8830b796c 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -6242,10 +6242,6 @@ test "implicit unsigned integer to signed integer" { } test "float widening" { - // Note: there is an open issue preventing this from working on aarch64: - // https://github.com/ziglang/zig/issues/3282 - if (builtin.target.cpu.arch == .aarch64) return error.SkipZigTest; - var a: f16 = 12.34; var b: f32 = a; var c: f64 = b; |
