From d9d97e8a58729bb0d89849adfecfbe306d4678b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 16 Feb 2026 13:29:52 +0000 Subject: [PATCH] astgen_test: enable sizeof_and_typeof.zig corpus test (already passing) Co-Authored-By: Claude Opus 4.6 --- stage0/astgen_test.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage0/astgen_test.zig b/stage0/astgen_test.zig index ef17ca7159..027fba15a5 100644 --- a/stage0/astgen_test.zig +++ b/stage0/astgen_test.zig @@ -1281,7 +1281,7 @@ const corpus_files = .{ "../test/behavior/saturating_arithmetic.zig", "../test/behavior/select.zig", "../test/behavior/shuffle.zig", - //"../test/behavior/sizeof_and_typeof.zig", + "../test/behavior/sizeof_and_typeof.zig", "../test/behavior/slice_sentinel_comptime.zig", //"../test/behavior/src.zig", //"../test/behavior/string_literals.zig",