aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/std/crypto/benchmark.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/crypto/benchmark.zig b/lib/std/crypto/benchmark.zig
index 1159a23abe..58affcef93 100644
--- a/lib/std/crypto/benchmark.zig
+++ b/lib/std/crypto/benchmark.zig
@@ -1,6 +1,6 @@
// zig run -O ReleaseFast --zig-lib-dir ../.. benchmark.zig
-const std = @import("../std.zig");
+const std = @import("std");
const builtin = @import("builtin");
const mem = std.mem;
const time = std.time;