mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
update crc catalog gen script
This commit is contained in:
parent
410be6995e
commit
f056e01c23
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ pub fn main() anyerror!void {
|
||||||
try test_writer.writeAll(
|
try test_writer.writeAll(
|
||||||
\\//! This file is auto-generated by tools/update_crc_catalog.zig.
|
\\//! This file is auto-generated by tools/update_crc_catalog.zig.
|
||||||
\\
|
\\
|
||||||
\\const std = @import("../../std.zig");
|
\\const std = @import("std");
|
||||||
\\const testing = std.testing;
|
\\const testing = std.testing;
|
||||||
\\const catalog = @import("catalog.zig");
|
\\const catalog = @import("catalog.zig");
|
||||||
\\
|
\\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue