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