diff --git a/test/stage1/behavior/bugs/4560.zig b/test/stage1/behavior/bugs/4560.zig index fb47376f8e..6821527894 100644 --- a/test/stage1/behavior/bugs/4560.zig +++ b/test/stage1/behavior/bugs/4560.zig @@ -17,7 +17,7 @@ const S = struct { a: u32, b: Map, - const Map = std.StringHashMap(*S); + const Map = StringHashMap(*S); }; pub fn StringHashMap(comptime V: type) type {