(Wangle) Remove some early returns in tests
authorHannes Roth <hannesr@fb.com>
Thu, 6 Mar 2014 01:39:47 +0000 (17:39 -0800)
committerDave Watson <davejwatson@fb.com>
Mon, 10 Mar 2014 20:50:30 +0000 (13:50 -0700)
commit44c12101e5a6e85e1ecf7f9f402bac30891f61fb
treed366dc2ab4b41d102173603c71b8e511ae8b88b7
parentdacdff5d2c900f709259a18f91a8848ddd574848
(Wangle) Remove some early returns in tests

Summary:
I guess they sneaked in when testing.

Also remove an `EXPECT_NE` that depended on `std::move` actually moving.

Test Plan: All the tests.

Reviewed By: hans@fb.com

FB internal diff: D1204971
folly/wangle/test/FutureTest.cpp