| author | |
| committer | |
| log | bed4bfa69ad57595e4595caa96653d9241a8dc2e |
| tree | 0312330a5e45992c3f8e46ddd5778495797630f1 |
| parent | 5026db1d311e94c59e96aa4a11b33aee7b6a9925 |
3 files changed, 3 insertions(+), 3 deletions(-)
lib/std/crypto/benchmark.zig+1-1| ... | @@ -1,4 +1,4 @@ | ... | @@ -1,4 +1,4 @@ |
| 1 | // zig run benchmark.zig --release-fast --override-std-dir .. | 1 | // zig run benchmark.zig --release-fast --override-lib-dir .. |
| 2 | 2 | ||
| 3 | const builtin = @import("builtin"); | 3 | const builtin = @import("builtin"); |
| 4 | const std = @import("../std.zig"); | 4 | const std = @import("../std.zig"); |
lib/std/hash/benchmark.zig+1-1| ... | @@ -1,4 +1,4 @@ | ... | @@ -1,4 +1,4 @@ |
| 1 | // zig run benchmark.zig --release-fast --override-std-dir .. | 1 | // zig run benchmark.zig --release-fast --override-lib-dir .. |
| 2 | 2 | ||
| 3 | const builtin = @import("builtin"); | 3 | const builtin = @import("builtin"); |
| 4 | const std = @import("std"); | 4 | const std = @import("std"); |
lib/std/os.zig+1-1| ... | @@ -24,7 +24,7 @@ const dl = @import("dynamic_library.zig"); | ... | @@ -24,7 +24,7 @@ const dl = @import("dynamic_library.zig"); |
| 24 | const MAX_PATH_BYTES = std.fs.MAX_PATH_BYTES; | 24 | const MAX_PATH_BYTES = std.fs.MAX_PATH_BYTES; |
| 25 | 25 | ||
| 26 | comptime { | 26 | comptime { |
| 27 | assert(@import("std") == std); // std lib tests require --override-std-dir | 27 | assert(@import("std") == std); // std lib tests require --override-lib-dir |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | pub const darwin = @import("os/darwin.zig"); | 30 | pub const darwin = @import("os/darwin.zig"); |