mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
annotate skipped test with issue link
This commit is contained in:
parent
948a463cf1
commit
cdba521a06
@ -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 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user