Remove nonexistant test.

I did some archaelogy here and found that the binary was (incorrectly?)
added here: https://codereview.webrtc.org/1903663002/. I can't find any
trace that a rtc_sdk_peerconnection_objc_tests has ever existed, or at
least that it doesn't exist now.

Removing it seems the right thing to do. However, I also see
rtc_sdk_peerconnection_objc target is folded into rtc_unittests in
webrtc_tests.gyp, but that target isn't listed in common_tests.json.
Should it be?

BUG=623500
TBR=tkchin@webrtc.org

Review-Url: https://codereview.webrtc.org/2121963002
Cr-Commit-Position: refs/heads/master@{#13392}
This commit is contained in:
phoglund 2016-07-06 01:24:18 -07:00 committed by Commit bot
parent b224d80166
commit 75c88da8dd

View File

@ -12,9 +12,6 @@
{
"app": "modules_tests"
},
{
"app": "rtc_sdk_peerconnection_objc_tests"
},
{
"app": "rtc_pc_unittests"
},