diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-16 21:56:51 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-17 19:18:20 +0100 |
| commit | faccd79ca5debbe22fe168193b8de54393257604 (patch) | |
| tree | 9851eb03564eff472bbb4a605e13e4058baed4c6 /test/cases/compile_errors/coerce_anon_struct.zig | |
| parent | f90f8f59a5f98ae3264bc00dbff4d56a0e4ef65e (diff) | |
| download | zig-faccd79ca5debbe22fe168193b8de54393257604.tar.gz zig-faccd79ca5debbe22fe168193b8de54393257604.zip | |
test: Update some compiler-internal type names in expected output.
Diffstat (limited to 'test/cases/compile_errors/coerce_anon_struct.zig')
| -rw-r--r-- | test/cases/compile_errors/coerce_anon_struct.zig | 2 |
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 193772c50b..596f7c13ec 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_457' +// :4:16: error: expected type 'tmp.T', found 'tmp.foo__struct_454' // :3:16: note: struct declared here // :1:11: note: struct declared here |
