update crc catalog gen script

This commit is contained in:
Marc Tiehuis 2023-09-06 16:43:57 +12:00
parent 410be6995e
commit f056e01c23

View file

@ -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");
\\ \\