zig

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

commit b27bbd3a38f86f7d0592232d4f0a2c0aedc00d42 (tree)
parent d67fdf168cfc3145c62ce895ca68d383d1706f45
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 16 Feb 2026 12:45:04 +0000

astgen_test: enable import_c_keywords.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 @@ -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",