fix unittest
authorDave Watson <davejwatson@fb.com>
Mon, 22 Sep 2014 22:18:51 +0000 (15:18 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Fri, 26 Sep 2014 22:22:12 +0000 (15:22 -0700)
commitc141ff51b74583211355a4e367a34bc4b1d29094
treebb790daa02ef563d7c2993232068a6ec5d043826
parent8cf3e4f8aae989f00a8a53b72cfd89898b036a36
fix unittest

Summary: Looks like the test explicitly looks for InvalidAddressFamilyException.  I don't think any users are depending on this particular error type either way, I just switched it to InvalidAddressFamilyException

Test Plan:
unit tests

Reviewed By: ldbrandy@fb.com

Subscribers: doug, njormrod

FB internal diff: D1570363

Tasks: 5153819
folly/SocketAddress.cpp