diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-10-26 02:11:54 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-10-26 21:45:58 -0400 |
| commit | 98cd3782087d198425cfa19906f43d53b8106837 (patch) | |
| tree | b4527ce34088a73402bc9f269346abc3ab50c988 /lib/std/net | |
| parent | 3faa4ea9594f058da7522808ffc9587b77ac94a6 (diff) | |
| download | zig-98cd3782087d198425cfa19906f43d53b8106837.tar.gz zig-98cd3782087d198425cfa19906f43d53b8106837.zip | |
x86_64: fix behavior of `getValue`
Old behavior renamed to `getValueIfFree`.
Diffstat (limited to 'lib/std/net')
| -rw-r--r-- | lib/std/net/test.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/net/test.zig b/lib/std/net/test.zig index 3adbe9eb15..fd92c64f35 100644 --- a/lib/std/net/test.zig +++ b/lib/std/net/test.zig @@ -107,7 +107,6 @@ test "parse and render UNIX addresses" { } test "resolve DNS" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.os.tag == .wasi) return error.SkipZigTest; if (builtin.os.tag == .windows) { |
