| ... | @@ -1843,7 +1843,7 @@ pub const TestContext = struct { | ... | @@ -1843,7 +1843,7 @@ pub const TestContext = struct { |
| 1843 | | 1843 | |
| 1844 | .qemu => |qemu_bin_name| if (enable_qemu) { | 1844 | .qemu => |qemu_bin_name| if (enable_qemu) { |
| 1845 | const need_cross_glibc = target.isGnuLibC() and case.link_libc; | 1845 | const need_cross_glibc = target.isGnuLibC() and case.link_libc; |
| 1846 | const glibc_dir_arg = if (need_cross_glibc) | 1846 | const glibc_dir_arg: ?[]const u8 = if (need_cross_glibc) |
| 1847 | glibc_runtimes_dir orelse continue :update // glibc dir not available; pass test | 1847 | glibc_runtimes_dir orelse continue :update // glibc dir not available; pass test |
| 1848 | else | 1848 | else |
| 1849 | null; | 1849 | null; |