1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix utest build failed.

This commit is contained in:
winlin 2020-05-05 08:35:16 +08:00
parent c4b93b8a38
commit 8933e6f429
4 changed files with 27 additions and 27 deletions

View file

@ -92,7 +92,7 @@ VOID TEST(ProtocolRTMPTest, PacketEncode)
MockPacket pkt;
pkt.size = 1024;
SrsBuffer b;
SrsBuffer b(NULL, 0);
HELPER_EXPECT_FAILED(pkt.decode(&b));
}