Files
zig/lib/std/zig
Motiejus 7104f89af2 simplify zig0 test setup: single test module, remove zig0_test.zig
Consolidate the two separate test modules (test_mod via
lib/std/zig/zig0_test.zig + astgen_test_mod via stage0_test_root.zig)
into a single test module rooted at stage0_test_root.zig.

The zig0_test.zig bridge approach ran std's parser/tokenizer tests with
C comparison enabled, but the stage0/ test files already do the same
C-vs-Zig comparison directly via @cImport. The only "lost" tests are an
unnamed root test block and a Zig-only fuzz test — no zig0 coverage lost.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 14:19:15 +00:00
..
2025-10-09 12:08:03 -07:00
2025-07-16 10:23:02 -07:00
2025-07-07 13:39:16 -07:00
2025-07-16 10:23:02 -07:00
2026-02-14 00:03:26 +02:00
2026-02-14 00:03:26 +02:00
2025-03-07 22:22:01 +01:00