Browse Source

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

drglove 1 year ago
parent
commit
528a8645f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests.zig

+ 1 - 1
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;