Skip to content

Commit

Permalink
Import network module instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 authored and ikskuh committed Oct 7, 2024
1 parent ed8328a commit 805ce63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const std = @import("std");
const builtin = @import("builtin");
const network = @import("network.zig");
const network = @import("network");
const expect = std.testing.expect;

test "Get endpoint list" {
Expand Down Expand Up @@ -301,5 +301,6 @@ test "Darwin: connection-mode socket was connected already" {
var buff: [128]u8 = undefined;
_ = try sock.send(buff[0..]);

std.debug.print("Darwin: connection-mode socket test - finished\n", .{});
return;
}

0 comments on commit 805ce63

Please sign in to comment.