sema: bump num_passing to 61

Tests 55-60 (double_negate, return_ptr_type, float_cast_f16_to_f32,
wrapping_add_comptime, byteswap_and_xor, same_file_inline_call_with_
bitcast_and_xor) pass with existing infrastructure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 01:14:56 +00:00
parent ae0ff31bac
commit 9d30e3b0fb

View File

@@ -3,7 +3,7 @@
/// `num_passing` controls how many files are tested and pre-generated.
/// Both build.zig and stages_test.zig import this file.
/// To enable more tests: just increment `num_passing`.
pub const num_passing: usize = 31;
pub const num_passing: usize = 61;
pub const files = [_][]const u8{
"stage0/sema_tests/empty.zig",