zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7ea605e63ded8e13feb585b95a2d909469eb3349 (tree)
parent fde6c03d2a2069c189a018e227304fc0603057b4
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 16 Feb 2026 13:08:55 +0000

astgen_test: enable prefetch.zig corpus test (already passing)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
Mstage0/astgen_test.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stage0/astgen_test.zig b/stage0/astgen_test.zig @@ -1271,7 +1271,7 @@ const corpus_files = .{ "../test/behavior/packed_struct_explicit_backing_int.zig", "../test/behavior/packed-union.zig", "../test/behavior/popcount.zig", - //"../test/behavior/prefetch.zig", + "../test/behavior/prefetch.zig", "../test/behavior/ptrcast.zig", "../test/behavior/ptrfromint.zig", "../test/behavior/pub_enum.zig",