Skip to content

Commit

Permalink
Restore test criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon committed Dec 13, 2023
1 parent 645002b commit 151b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/libasync/test.d
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void testTCPConnect(string ip, ushort port) {
if (g_writes > 3) {
if (g_tcpConnect.socket != 0)
g_tcpConnect.send(cast(ubyte[])"Client KILL");
g_tcpConnect.kill(true);
g_tcpConnect.kill();

g_cbCheck[13] = true;
}
Expand Down

0 comments on commit 151b329

Please sign in to comment.