| author | |
| committer | |
| log | a55e5363917befcb93575c256a3ce8fc150e0666 |
| tree | 26e3b3a015d61f649566d31d02c2441c112e347e |
| parent | e75598af3d011c6277d9d715f39d112db948d5e0 |
| signature |
oops, forgot to actually run the test1 files changed, 1 insertions(+), 1 deletions(-)
test/stage1/behavior/bugs/4560.zig+1-1| ... | @@ -17,7 +17,7 @@ const S = struct { | ... | @@ -17,7 +17,7 @@ const S = struct { |
| 17 | a: u32, | 17 | a: u32, |
| 18 | b: Map, | 18 | b: Map, |
| 19 | 19 | ||
| 20 | const Map = std.StringHashMap(*S); | 20 | const Map = StringHashMap(*S); |
| 21 | }; | 21 | }; |
| 22 | 22 | ||
| 23 | pub fn StringHashMap(comptime V: type) type { | 23 | pub fn StringHashMap(comptime V: type) type { |