mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Fix casing of std.build -> std.Build in tests.
This commit is contained in:
parent
b7dfa4cd1d
commit
528a8645f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue