| author | |
| committer | |
| log | cdba521a06353a1ae25c2e37bb44e11c6fec1035 |
| tree | 808467672a272c8fb9f1593fc92f143a70495aca |
| parent | 948a463cf1644ab6ceb0b9128b4d2ddbcf09d6b1 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/fmt.zig+1| ... | ... | @@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" { |
| 1728 | 1728 | } |
| 1729 | 1729 | |
| 1730 | 1730 | test "vector" { |
| 1731 | // https://github.com/ziglang/zig/issues/3317 | |
| 1731 | 1732 | if (builtin.arch == .mipsel) return error.SkipZigTest; |
| 1732 | 1733 | |
| 1733 | 1734 | const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false }; |