diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-13 16:13:53 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-13 16:13:53 -0500 |
| commit | cdba521a06353a1ae25c2e37bb44e11c6fec1035 (patch) | |
| tree | 808467672a272c8fb9f1593fc92f143a70495aca /lib/std | |
| parent | 948a463cf1644ab6ceb0b9128b4d2ddbcf09d6b1 (diff) | |
| download | zig-cdba521a06353a1ae25c2e37bb44e11c6fec1035.tar.gz zig-cdba521a06353a1ae25c2e37bb44e11c6fec1035.zip | |
annotate skipped test with issue link
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/fmt.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/fmt.zig b/lib/std/fmt.zig index 11e22c396c..a0ec668769 100644 --- a/lib/std/fmt.zig +++ b/lib/std/fmt.zig @@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" { } test "vector" { + // https://github.com/ziglang/zig/issues/3317 if (builtin.arch == .mipsel) return error.SkipZigTest; const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false }; |
