Commit f056e01c23

Marc Tiehuis <marc@tiehu.is>
2023-09-06 06:43:57
update crc catalog gen script
1 parent 410be69
Changed files (1)
tools/update_crc_catalog.zig
@@ -55,7 +55,7 @@ pub fn main() anyerror!void {
     try test_writer.writeAll(
         \\//! 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 catalog = @import("catalog.zig");
         \\