mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Fix some WebRTC tests to build with GCC 7.0.
This commit is contained in:
parent
d338ea9cea
commit
ebf0f6c35a
2 changed files with 14 additions and 8 deletions
|
|
@ -1475,8 +1475,8 @@ class SignalingAgent {
|
|||
pObserver->addIceCandidateState = TestObserver::stateNoResponse;
|
||||
pc->AddIceCandidate(candidate.c_str(), mid.c_str(), level);
|
||||
ASSERT_TRUE(pObserver->addIceCandidateState ==
|
||||
expectSuccess ? TestObserver::stateSuccess :
|
||||
TestObserver::stateError
|
||||
(expectSuccess ? TestObserver::stateSuccess :
|
||||
TestObserver::stateError)
|
||||
);
|
||||
|
||||
// Verify that adding ICE candidates does not change the signaling state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue