diff options
| author | drglove <[email protected]> | 2024-01-05 08:15:51 +0000 |
|---|---|---|
| committer | drglove <[email protected]> | 2024-01-05 08:15:51 +0000 |
| commit | 528a8645f8408081615c180a520e41b83041c442 (patch) | |
| tree | 59217de87f427071d7a84713b87243fcc9e01e8f /test | |
| parent | b7dfa4cd1df06536921600be34c6ea40e2780691 (diff) | |
| download | ziglings-528a8645f8408081615c180a520e41b83041c442.tar.xz ziglings-528a8645f8408081615c180a520e41b83041c442.zip | |
Fix casing of std.build -> std.Build in tests.
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.zig b/test/tests.zig index 45c075c..d90b049 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -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; |
