diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-08-09 02:15:05 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-08-11 11:30:51 -0700 |
| commit | 38dfa6537ee4a2042e3a80d2e3020c9059ca16cc (patch) | |
| tree | 9c4c002c3717ca6864b3cfa074c8be3103a88763 /test | |
| parent | 0b3c3c02e30f61da44d6368cb89e1ecb1afb1399 (diff) | |
| download | zig-38dfa6537ee4a2042e3a80d2e3020c9059ca16cc.tar.gz zig-38dfa6537ee4a2042e3a80d2e3020c9059ca16cc.zip | |
cbe: emit `nonstring` attribute
Closes #24545
Diffstat (limited to 'test')
| -rw-r--r-- | test/behavior/x86_64/binary.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/x86_64/binary.zig b/test/behavior/x86_64/binary.zig index e90c4f1eb0..7f5adaf04e 100644 --- a/test/behavior/x86_64/binary.zig +++ b/test/behavior/x86_64/binary.zig @@ -1912,7 +1912,7 @@ fn binary(comptime op: anytype, comptime opts: struct { compare: Compare = .rela -0x1, }); try testArgs(@Vector(2, i1), .{ - 0x0, 0x00, + 0x0, 0x0, }, .{ -0x1, -0x1, }); |
