| ... | @@ -657,8 +657,10 @@ pub const TestContext = struct { | ... | @@ -657,8 +657,10 @@ pub const TestContext = struct { |
| 657 | .object_format = case.object_format, | 657 | .object_format = case.object_format, |
| 658 | .is_native_os = case.target.isNativeOs(), | 658 | .is_native_os = case.target.isNativeOs(), |
| 659 | .is_native_abi = case.target.isNativeAbi(), | 659 | .is_native_abi = case.target.isNativeAbi(), |
| | 660 | .dynamic_linker = target_info.dynamic_linker.get(), |
| 660 | .link_libc = case.llvm_backend, | 661 | .link_libc = case.llvm_backend, |
| 661 | .use_llvm = case.llvm_backend, | 662 | .use_llvm = case.llvm_backend, |
| | 663 | .use_lld = case.llvm_backend, |
| 662 | .self_exe_path = std.testing.zig_exe_path, | 664 | .self_exe_path = std.testing.zig_exe_path, |
| 663 | }); | 665 | }); |
| 664 | defer comp.destroy(); | 666 | defer comp.destroy(); |