Keep the Unit test suite free of Promise and Future
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 18 May 2016 00:04:40 +0000 (17:04 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Wed, 18 May 2016 00:08:27 +0000 (17:08 -0700)
commit723206127f727c66ec685038fdcaf72a9353e707
tree067704300ac0d28b16d8b7e41bb6f0b21b086cb8
parente38ff539d4559d94c35e5f7a84f520d294566acc
Keep the Unit test suite free of Promise and Future

Summary:
[Folly] Keep the `Unit` test suite free of `Promise` and `Future`.

Move the `Promise`-related tests to the `Promise` test suite and the `Future`-related tests to the `Future` test suite.

Reviewed By: djwatson

Differential Revision: D3313635

fbshipit-source-id: 05c82c8719719d7709063ad58a4806036ca10fb3
folly/futures/test/FutureTest.cpp
folly/futures/test/PromiseTest.cpp
folly/futures/test/UnitTest.cpp