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:
parent
c4b93b8a38
commit
8933e6f429
4 changed files with 27 additions and 27 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue