From b27bbd3a38f86f7d0592232d4f0a2c0aedc00d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 16 Feb 2026 12:45:04 +0000 Subject: [PATCH] astgen_test: enable import_c_keywords.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 4f51342799..d8aa4c0f64 100644 --- a/stage0/astgen_test.zig +++ b/stage0/astgen_test.zig @@ -1249,7 +1249,7 @@ const corpus_files = .{ "../test/behavior/hasdecl.zig", "../test/behavior/hasfield.zig", "../test/behavior/if.zig", - //"../test/behavior/import_c_keywords.zig", + "../test/behavior/import_c_keywords.zig", "../test/behavior/import.zig", "../test/behavior/incomplete_struct_param_tld.zig", "../test/behavior/inline_switch.zig",