Fix casing of std.build -> std.Build in tests.

This commit is contained in:
drglove 2024-01-05 08:15:51 +00:00
parent b7dfa4cd1d
commit 528a8645f8

View file

@ -8,7 +8,7 @@ const mem = std.mem;
const Allocator = std.mem.Allocator;
const Child = std.process.Child;
const Build = std.build;
const Build = std.Build;
const FileSource = std.Build.FileSource;
const Reader = fs.File.Reader;
const RunStep = std.Build.RunStep;