Index: tests/OFTCPSocketTests.m ================================================================== --- tests/OFTCPSocketTests.m +++ tests/OFTCPSocketTests.m @@ -46,11 +46,11 @@ TEST(@"+[socket]", (server = [OFTCPSocket socket]) && (client = [OFTCPSocket socket])) msg = [OFString stringWithFormat: - @"-[bindToPort:onHost:] (port " @PRIu16 @")", port]; + @"-[bindToPort:onHost:] (port %" @PRIu16 @")", port]; TEST(msg, R([server bindToPort: port onHost: @"127.0.0.1"])) TEST(@"-[listen]", R([server listen]))