mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
fix typo in previous commit
oops, forgot to actually run the test
This commit is contained in:
parent
e75598af3d
commit
a55e536391
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user