authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-25 21:32:03-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-25 21:32:03-05:00
loga55e5363917befcb93575c256a3ce8fc150e0666
tree26e3b3a015d61f649566d31d02c2441c112e347e
parente75598af3d011c6277d9d715f39d112db948d5e0
signaturelock-open Commit is signed but in an unrecognized format.

fix typo in previous commit

oops, forgot to actually run the test

1 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,
1919
20 const Map = std.StringHashMap(*S);20 const Map = StringHashMap(*S);
21};21};
2222
23pub fn StringHashMap(comptime V: type) type {23pub fn StringHashMap(comptime V: type) type {