Commit 85c6621
committed
fix(test): make property suite compile under pinned Zig 0.15.2
@typeinfo(...).@"enum".fields is comptime-only in 0.15.2; the three
runtime 'for' loops over enum fields (P7, P7b, P13) now use 'inline for'.
The suite had never compiled under the pinned toolchain (it is also not
run in CI), so the recorded test counts never included its 14 tests.
New verified baseline: 80 unit + 39 integration + 5 smoke + 14 property.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TaWWedv6VQqeZaPvc94keN1 parent 4f8ed4f commit 85c6621
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
0 commit comments