Commit 7e2ed59f authored by jeffcarp's avatar jeffcarp Committed by Commit bot

Add more appropriate assert_unreached to RTCPeerConnection-ice test

BUG=614963

Review-Url: https://codereview.chromium.org/2289183003
Cr-Commit-Position: refs/heads/master@{#415429}
parent dfa7a171
...@@ -53,7 +53,7 @@ function addIceCandidateSuccess4() ...@@ -53,7 +53,7 @@ function addIceCandidateSuccess4()
function unexpectedCallback() function unexpectedCallback()
{ {
calledCallbacks.push('unexpected'); assert_unreached('Unexpected callback');
} }
function expectedTypeError(error) function expectedTypeError(error)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment