aboutsummaryrefslogtreecommitdiff
path: root/src/command/benchmark.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/benchmark.zig')
-rw-r--r--src/command/benchmark.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/benchmark.zig b/src/command/benchmark.zig
index 7881db5..98ec49f 100644
--- a/src/command/benchmark.zig
+++ b/src/command/benchmark.zig
@@ -1,5 +1,5 @@
const std = @import("std");
-const root = @import("root");
+const root = @import("../main.zig");
const BenchmarkArgs = root.argument.BenchmarkArgs;
const recognizer = root.recognizer;