Update to zig master

This commit is contained in:
Sam Tebbs 2020-10-18 18:59:20 +01:00
parent 39b857df5c
commit 9005cce68b
3 changed files with 4 additions and 4 deletions

View file

@ -578,5 +578,5 @@ pub fn init(mem_profile: *const MemProfile) void {
}
test "" {
std.meta.refAllDecls(@This());
std.testing.refAllDecls(@This());
}