aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/coerce_anon_struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2025-03-11 18:24:37 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2025-03-21 21:51:08 -0400
commitc5c1c8538dc047bc7df9acd685791c4ba3e20ffb (patch)
treeca21b8d0f19c2b3e2a5d73d1659b495e2e2a6b4c /test/cases/compile_errors/coerce_anon_struct.zig
parented284c1f98ae08a36a7ef0776e22a4cfb2527fee (diff)
downloadzig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.tar.gz
zig-c5c1c8538dc047bc7df9acd685791c4ba3e20ffb.zip
x86_64: rewrite wrapping multiplication
Diffstat (limited to 'test/cases/compile_errors/coerce_anon_struct.zig')
-rw-r--r--test/cases/compile_errors/coerce_anon_struct.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/compile_errors/coerce_anon_struct.zig b/test/cases/compile_errors/coerce_anon_struct.zig
index 596f7c13ec..af8d949500 100644
--- a/test/cases/compile_errors/coerce_anon_struct.zig
+++ b/test/cases/compile_errors/coerce_anon_struct.zig
@@ -6,6 +6,6 @@ export fn foo() void {
// error
//
-// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_454'
+// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_458'
// :3:16: note: struct declared here
// :1:11: note: struct declared here