aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.zig b/src/test.zig
index e08f9da37d..03c1ee0dcd 100644
--- a/src/test.zig
+++ b/src/test.zig
@@ -135,7 +135,7 @@ pub const TestContext = struct {
/// to Executable.
output_mode: std.builtin.OutputMode,
updates: std.ArrayList(Update),
- object_format: ?std.builtin.ObjectFormat = null,
+ object_format: ?std.Target.ObjectFormat = null,
emit_h: bool = false,
llvm_backend: bool = false,