aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2025-08-09 02:15:05 -0400
committerAndrew Kelley <andrew@ziglang.org>2025-08-11 11:30:51 -0700
commit38dfa6537ee4a2042e3a80d2e3020c9059ca16cc (patch)
tree9c4c002c3717ca6864b3cfa074c8be3103a88763 /test
parent0b3c3c02e30f61da44d6368cb89e1ecb1afb1399 (diff)
downloadzig-38dfa6537ee4a2042e3a80d2e3020c9059ca16cc.tar.gz
zig-38dfa6537ee4a2042e3a80d2e3020c9059ca16cc.zip
cbe: emit `nonstring` attribute
Closes #24545
Diffstat (limited to 'test')
-rw-r--r--test/behavior/x86_64/binary.zig2
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,
});